Skip to content

Commit 4e42e32

Browse files
committed
Fix codesniffer-issues
1 parent de0cbe3 commit 4e42e32

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
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
# Should be the higest supported version, so we can use the newest tools
165165
php-version: '8.5'
166-
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
166+
tools: composer, composer-require-checker, composer-unused
167167
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\
168168
session, sodium, spl, xml
169169

@@ -195,7 +195,7 @@ jobs:
195195
run: composer-unused
196196

197197
- name: PHP Code Sniffer
198-
run: phpcs
198+
run: vendor/bin/phpcs
199199

200200
- name: PHPStan
201201
run: |

0 commit comments

Comments
 (0)