Skip to content

Commit 123d0aa

Browse files
committed
Fix PHPStan
1 parent 553a9f3 commit 123d0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
# Should be the higest supported version, so we can use the newest tools
5555
php-version: '8.3'
56-
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
56+
tools: composer, composer-require-checker, composer-unused, phpcs
5757
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
5858
coverage: none
5959

@@ -89,11 +89,11 @@ jobs:
8989

9090
- name: PHPStan
9191
run: |
92-
phpstan analyze -c phpstan.neon
92+
vendor/bin/phpstan analyze -c phpstan.neon
9393
9494
- name: PHPStan (testsuite)
9595
run: |
96-
phpstan analyze -c phpstan-dev.neon
96+
vendor/bin/phpstan analyze -c phpstan-dev.neon
9797
9898
security:
9999
name: Security checks

0 commit comments

Comments
 (0)