From 1721dbffc29ce0f689dad7f9666c1e99e47439cd Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 30 Sep 2024 21:38:22 +0200 Subject: [PATCH] Fix after PHPStan update --- tests/Levels/LevelsIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Levels/LevelsIntegrationTest.php b/tests/Levels/LevelsIntegrationTest.php index d1e57d7e..38fda091 100644 --- a/tests/Levels/LevelsIntegrationTest.php +++ b/tests/Levels/LevelsIntegrationTest.php @@ -10,7 +10,7 @@ class LevelsIntegrationTest extends LevelsTestCase /** * @return string[][] */ - public function dataTopics(): array + public static function dataTopics(): array { return [ ['arithmeticOperators'],