Skip to content

Commit 2b1dfeb

Browse files
author
dgodglue
committed
chore: explicit usage configuration file phpcs.xml.dist
1 parent 27ec84d commit 2b1dfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
# admin/*.php = Prüft alle PHP-Dateien im admin-Ordner
3131
# includes/*.php = Prüft alle PHP-Dateien im includes-Ordner
3232
- name: Check PHP Code Style (PSR-12)
33-
run: phpcs --standard=PSR12 *.php admin/*.php includes/*.php
33+
run: phpcs --standard=phpcs.xml.dist *.php admin/*.php includes/*.php

0 commit comments

Comments
 (0)