Skip to content

Commit 14b80f6

Browse files
committed
Use local phpcs
1 parent e9f1752 commit 14b80f6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
# Should be the higest supported version, so we can use the newest tools
166166
php-version: '8.5'
167-
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
167+
tools: composer, composer-require-checker, composer-unused
168168
# optional performance gain for psalm: opcache
169169
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix,\
170170
session, sodium, spl, xml
@@ -197,10 +197,7 @@ jobs:
197197
run: composer-unused
198198

199199
- name: PHP Code Sniffer
200-
run: phpcs
201-
202-
- name: PHP Code Sniffer
203-
run: phpcs
200+
run: vendor/bin/phpcs
204201

205202
- name: PHPStan
206203
run: |

0 commit comments

Comments
 (0)