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 a22ad95 commit 24afcfaCopy full SHA for 24afcfa
.github/workflows/php-cs-fixer.yml
@@ -24,5 +24,5 @@ jobs:
24
25
- name: PHP-CS-Fixer Check
26
run: |
27
- php-cs-fixer fix -v --dry-run ./src --rules=@PSR2
28
- php-cs-fixer fix -v --dry-run ./tests.php --rules=@PSR2
+ php-cs-fixer fix -v --dry-run ./src --rules=@PSR12
+ php-cs-fixer fix -v --dry-run ./tests.php --rules=@PSR12
0 commit comments