Skip to content

Commit 15accdc

Browse files
committed
Fixed a PHPStan level in a GH Action workflow
1 parent e0d6af2 commit 15accdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan-5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
uses: php-actions/phpstan@v2
2020
with:
2121
path: src/
22-
level: 4
22+
level: 5
2323
php_version: 8.0

0 commit comments

Comments
 (0)