Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 25, 2024
1 parent 9d37990 commit b196046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Galette/Repository/tests/units/Reminders.php
Expand Up @@ -450,7 +450,7 @@ public function testGetList(): void
*
* @return void
*/
public function testGetListNextYear()
public function testGetListNextYear(): void
{
//impendings
$ireminders = new \Galette\Repository\Reminders([\Galette\Entity\Reminder::IMPENDING]);
Expand Down

0 comments on commit b196046

Please sign in to comment.