Skip to content

Commit 2d2f086

Browse files
authored
Update HitCounterRepository.php
1 parent f95eb76 commit 2d2f086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/repositories/HitCounterRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
class HitCounterRepository{
1111

12-
public function save(HitCounter $hit): void
12+
public function save(HitCounter $hit)
1313
{
1414
if (!$hit->save()) {
1515
throw new \RuntimeException('Saving error.');
1616
}
1717
}
1818

19-
}
19+
}

0 commit comments

Comments
 (0)