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 d4ad0a8 commit 3abf954Copy full SHA for 3abf954
.github/workflows/php-cs-fixer.yml
@@ -25,4 +25,4 @@ jobs:
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 ./test.php --rules=@PSR2
+ php-cs-fixer fix -v --dry-run ./tests.php --rules=@PSR2
0 commit comments