Skip to content

Commit 6a437b5

Browse files
authored
1 parent 35d0423 commit 6a437b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'ordered_imports' => ['sort_algorithm' => 'alpha'],
1818
'no_unused_imports' => true,
1919
'not_operator_with_successor_space' => true,
20-
'trailing_comma_in_multiline' => true,
20+
'trailing_comma_in_multiline_array' => true,
2121
'phpdoc_scalar' => true,
2222
'unary_operator_spaces' => true,
2323
'binary_operator_spaces' => true,

0 commit comments

Comments
 (0)