Skip to content

Commit 5fc39e4

Browse files
committed
Updated PHPStan Rules to commit a04c13d6bb8e8f9be4ff794bc64670fea6a21ef0
deprecated-packages/symplify@a04c13d fix --config to --configuration
1 parent 66c00e1 commit 5fc39e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
final class SomeClass
6+
{
7+
8+
}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
# get current dev-main version
2222
- run: composer require symplify/phpstan-rules:@dev --dev
2323

24-
- run: vendor/bin/phpstan analyze src --config phpstan-for-tests.neon
24+
- run: vendor/bin/phpstan analyze src-for-tests/SomeClass.php --configuration phpstan-for-tests.neon

0 commit comments

Comments
 (0)