Skip to content

Commit

Permalink
Fixed PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 30, 2025
1 parent 03cb804 commit cb441f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/App/Service/ModuleFetcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private function getMockGithub(array $returnData): Github
return $mockGithub;
}

public function getCases()
public static function getCases(): iterable
{
yield [
[['download_url' => '', 'name' => 'TestA']],
Expand Down

0 comments on commit cb441f8

Please sign in to comment.