Skip to content

Commit 48bbf6f

Browse files
committed
Fixed build
1 parent 9d35cac commit 48bbf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Levels/LevelsIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function getPhpStanExecutablePath(): string
2727
return __DIR__ . '/../../vendor/bin/phpstan';
2828
}
2929

30-
public function getPhpStanConfigPath(): ?string
30+
public function getPhpStanConfigPath(): string
3131
{
3232
return __DIR__ . '/phpstan.neon';
3333
}

0 commit comments

Comments
 (0)