Skip to content

Commit

Permalink
Fix after PHPStan update
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 30, 2024
1 parent e208c93 commit 1721dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Levels/LevelsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LevelsIntegrationTest extends LevelsTestCase
/**
* @return string[][]
*/
public function dataTopics(): array
public static function dataTopics(): array
{
return [
['arithmeticOperators'],
Expand Down

0 comments on commit 1721dbf

Please sign in to comment.