Skip to content

Commit 15c1f35

Browse files
committed
Fix PHPStan
1 parent cf94658 commit 15c1f35

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
@@ -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, phpcs, phpstan, composer-require-checker, composer-unused
55+
tools: composer, phpcs, composer-require-checker, composer-unused
5656
extensions: ctype, date, filter, pcre, spl
5757
coverage: none
5858

@@ -88,11 +88,11 @@ jobs:
8888

8989
- name: PHPStan
9090
run: |
91-
phpstan analyze -c phpstan.neon --debug
91+
vendor/bin/phpstan analyze -c phpstan.neon --debug
9292
9393
- name: PHPStan (testsuite)
9494
run: |
95-
phpstan analyze -c phpstan-dev.neon --debug
95+
vendor/bin/phpstan analyze -c phpstan-dev.neon --debug
9696
9797
security:
9898
name: Security checks

0 commit comments

Comments
 (0)