Skip to content

Commit bc81943

Browse files
committed
Missed one PHP-CS-Fixer config setting that was not compliant with coding style
1 parent 9f1a9c8 commit bc81943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'method_private_static',
7575
'method_private',
7676
],
77-
'sort_algorithm' => 'alpha'
77+
'sort_algorithm' => 'alpha',
7878
],
7979
'ordered_imports' => true,
8080
'return_type_declaration' => ['space_before' => 'none'],

0 commit comments

Comments
 (0)