Skip to content

Commit 5ea2c85

Browse files
authored
🎨 Enforce PSR-12
1 parent 6e4a94c commit 5ea2c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: "composer install --no-interaction --no-progress --no-suggest"
4949

5050
- name: "Coding Standard"
51-
run: "vendor/bin/phpcs --standard=psr2 src/"
51+
run: "vendor/bin/phpcs --standard=psr12 src/"

0 commit comments

Comments
 (0)