We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f485c8 commit b58a4a8Copy full SHA for b58a4a8
.github/workflows/php.yml
@@ -81,7 +81,7 @@ jobs:
81
run: composer-unused
82
83
- name: PHP Code Sniffer
84
- run: phpcs
+ run: vendor/bin/phpcs
85
86
- name: PHPStan
87
run: |
0 commit comments