Skip to content

Commit 3abf954

Browse files
committed
Maintenance patch.
1 parent d4ad0a8 commit 3abf954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: PHP-CS-Fixer Check
2626
run: |
2727
php-cs-fixer fix -v --dry-run ./src --rules=@PSR2
28-
php-cs-fixer fix -v --dry-run ./test.php --rules=@PSR2
28+
php-cs-fixer fix -v --dry-run ./tests.php --rules=@PSR2

0 commit comments

Comments
 (0)