Skip to content

Commit

Permalink
Rename Trailing Comma In Multiline Array
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan committed May 10, 2021
1 parent e9c9283 commit 486d8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist.php
Expand Up @@ -17,7 +17,7 @@
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
'not_operator_with_successor_space' => true,
'trailing_comma_in_multiline' => true,
'trailing_comma_in_multiline_array' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
'binary_operator_spaces' => true,
Expand Down

0 comments on commit 486d8e8

Please sign in to comment.