Skip to content

Commit 0210664

Browse files
committed
Fix PHPstan
1 parent d8274d0 commit 0210664

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
@@ -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, soap, spl, xml
5858
coverage: none
5959

@@ -90,11 +90,11 @@ jobs:
9090

9191
- name: PHPStan
9292
run: |
93-
phpstan analyze -c phpstan.neon
93+
vendor/bin/phpstan analyze -c phpstan.neon
9494
9595
- name: PHPStan (testsuite)
9696
run: |
97-
phpstan analyze -c phpstan-dev.neon
97+
vendor/bin/phpstan analyze -c phpstan-dev.neon
9898
9999
security:
100100
name: Security checks

0 commit comments

Comments
 (0)