Skip to content

Commit 2489dc7

Browse files
authored
Merge pull request #42 from thecaliskan/patch-2
Sorry my fault, docker hasn't updated my image. It's true.
2 parents cb258ce + 86462e5 commit 2489dc7

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_array' => true,
20+
'trailing_comma_in_multiline' => true,
2121
'phpdoc_scalar' => true,
2222
'unary_operator_spaces' => true,
2323
'binary_operator_spaces' => true,

0 commit comments

Comments
 (0)