Skip to content

Commit e5f17d9

Browse files
committed
Updated PHPStan Rules to commit e5ca249e2ecf02abb293e052f039ccf78a433770
deprecated-packages/symplify@e5ca249 reorder
1 parent 0028297 commit e5f17d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
# prepare local files
2525
- 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
26+
- run: wget https://raw.githubusercontent.com/symplify/phpstan-rules/main/tests/SomeClass.php.inc
2727

28-
- run: vendor/bin/phpstan analyze SomeClass.php.inc.inc --configuration phpstan-for-tests.neon
28+
- run: vendor/bin/phpstan analyze SomeClass.php.inc --configuration phpstan-for-tests.neon
2929

3030

3131

0 commit comments

Comments
 (0)