We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0028297 commit e5f17d9Copy full SHA for e5f17d9
.github/workflows/tests.yaml
@@ -23,9 +23,9 @@ jobs:
23
24
# prepare local files
25
- run: wget https://raw.githubusercontent.com/symplify/phpstan-rules/main/phpstan-for-tests.neon
26
- - run: wget https://raw.githubusercontent.com/symplify/phpstan-rules/main/tests/SomeClass.php.inc.inc
+ - run: wget https://raw.githubusercontent.com/symplify/phpstan-rules/main/tests/SomeClass.php.inc
27
28
- - run: vendor/bin/phpstan analyze SomeClass.php.inc.inc --configuration phpstan-for-tests.neon
+ - run: vendor/bin/phpstan analyze SomeClass.php.inc --configuration phpstan-for-tests.neon
29
30
31
0 commit comments