Skip to content

Commit af3dcc5

Browse files
committed
Fix phpcs
1 parent 945473e commit af3dcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
# Should be the higest supported version, so we can use the newest tools
169169
php-version: '8.4'
170-
tools: composer, composer-require-checker, composer-unused, phpcs
170+
tools: composer, composer-require-checker, composer-unused
171171
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
172172
coverage: none
173173

@@ -199,7 +199,7 @@ jobs:
199199
run: composer-unused
200200

201201
- name: PHP Code Sniffer
202-
run: phpcs
202+
run: vendor/bin/phpcs
203203

204204
- name: PHPStan
205205
run: |

0 commit comments

Comments
 (0)