Skip to content

Commit 6287d17

Browse files
committed
Fix PHPStan
1 parent d8e7bb2 commit 6287d17

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
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
# Should be the higest supported version, so we can use the newest tools
5454
php-version: '8.3'
55-
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
55+
tools: composer, composer-require-checker, composer-unused, phpcs
5656
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, soap, spl, xml
5757

5858
- name: Setup problem matchers for PHP
@@ -87,11 +87,11 @@ jobs:
8787

8888
- name: PHPStan
8989
run: |
90-
phpstan analyze -c phpstan.neon
90+
vendor/bin/phpstan analyze -c phpstan.neon
9191
9292
- name: PHPStan (testsuite)
9393
run: |
94-
phpstan analyze -c phpstan-dev.neon
94+
vendor/bin/phpstan analyze -c phpstan-dev.neon
9595
9696
security:
9797
name: Security checks

0 commit comments

Comments
 (0)