Skip to content

Commit 563b80f

Browse files
committed
Fix PHPStan
1 parent 5bb3434 commit 563b80f

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, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
5757

5858
- name: Setup problem matchers for PHP
@@ -93,11 +93,11 @@ jobs:
9393

9494
- name: PHPStan
9595
run: |
96-
phpstan analyze -c phpstan.neon --debug
96+
vendor/bin/phpstan analyze -c phpstan.neon --debug
9797
9898
- name: PHPStan (testsuite)
9999
run: |
100-
phpstan analyze -c phpstan-dev.neon --debug
100+
vendor/bin/phpstan analyze -c phpstan-dev.neon --debug
101101
102102
security:
103103
name: Security checks

0 commit comments

Comments
 (0)