We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4a94c commit 5ea2c85Copy full SHA for 5ea2c85
.github/workflows/coding-standards.yml
@@ -48,4 +48,4 @@ jobs:
48
run: "composer install --no-interaction --no-progress --no-suggest"
49
50
- name: "Coding Standard"
51
- run: "vendor/bin/phpcs --standard=psr2 src/"
+ run: "vendor/bin/phpcs --standard=psr12 src/"
0 commit comments