Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 214a8a5

Browse files
committed
fix rules
1 parent c3c7b05 commit 214a8a5

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
@@ -21,7 +21,7 @@
2121
'ordered_imports' => ['sortAlgorithm' => 'alpha'],
2222
'no_unused_imports' => true,
2323
'not_operator_with_successor_space' => true,
24-
'trailing_comma_in_multiline_array' => true,
24+
'trailing_comma_in_multiline' => true,
2525
'phpdoc_scalar' => true,
2626
'unary_operator_spaces' => true,
2727
'binary_operator_spaces' => ['operators' => ['|' => 'no_space']],

0 commit comments

Comments
 (0)