Skip to content

Commit 1721dbf

Browse files
committed
Fix after PHPStan update
1 parent e208c93 commit 1721dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Levels/LevelsIntegrationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class LevelsIntegrationTest extends LevelsTestCase
1010
/**
1111
* @return string[][]
1212
*/
13-
public function dataTopics(): array
13+
public static function dataTopics(): array
1414
{
1515
return [
1616
['arithmeticOperators'],

0 commit comments

Comments
 (0)