Skip to content

Commit f2a59d2

Browse files
committed
Fix PHPStan
1 parent b7fcd1a commit f2a59d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
# Should be the higest supported version, so we can use the newest tools
5252
php-version: '8.3'
53-
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
53+
tools: composer, composer-require-checker, composer-unused, phpcs
5454
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
5555

5656
- name: Setup problem matchers for PHP
@@ -85,11 +85,11 @@ jobs:
8585

8686
- name: PHPStan
8787
run: |
88-
phpstan analyze -c phpstan.neon --debug
88+
vendor/bin/phpstan analyze -c phpstan.neon --debug
8989
9090
- name: PHPStan (testsuite)
9191
run: |
92-
phpstan analyze -c phpstan-dev.neon --debug
92+
vendor/bin/phpstan analyze -c phpstan-dev.neon --debug
9393
9494
security:
9595
name: Security checks

0 commit comments

Comments
 (0)