Skip to content

Commit d9e8612

Browse files
committed
fix ci
1 parent 7abe02a commit d9e8612

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
@@ -41,7 +41,7 @@
4141
'full_opening_tag' => true,
4242
'blank_line_before_statement' => true,
4343
'no_trailing_comma_in_singleline_array' => true,
44-
'trailing_comma_in_multiline' => true,
44+
'trailing_comma_in_multiline_array' => true,
4545
'array_indentation' => true,
4646
'binary_operator_spaces' => [
4747
'operators' => [

0 commit comments

Comments
 (0)