Skip to content

Commit 5f79ff7

Browse files
committed
Use PSR-12.
1 parent ebbd4b0 commit 5f79ff7

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
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: PHP-CS-Fixer Check
2626
run: |
27-
php-cs-fixer fix -v --dry-run ./src --rules=@PSR2
27+
php-cs-fixer fix -v --dry-run ./src --rules=@PSR12

0 commit comments

Comments
 (0)