Skip to content

Commit f95eb76

Browse files
authored
Update HitCounterRepositoryTest.php
1 parent 295fae6 commit f95eb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/HitCounterRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HitCounterRepositoryTest extends \tests\TestCase
1616
private $hit;
1717
private $repo;
1818

19-
protected function setUp(): void
19+
protected function setUp()
2020
{
2121
parent::setUp();
2222

@@ -46,4 +46,4 @@ public function testSaveSuccess()
4646
$this->assertNull($this->repo->save($this->hit));
4747
}
4848

49-
}
49+
}

0 commit comments

Comments
 (0)