Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vyuldashev committed Jul 5, 2021
1 parent 7abe02a commit d9e8612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'full_opening_tag' => true,
'blank_line_before_statement' => true,
'no_trailing_comma_in_singleline_array' => true,
'trailing_comma_in_multiline' => true,
'trailing_comma_in_multiline_array' => true,
'array_indentation' => true,
'binary_operator_spaces' => [
'operators' => [
Expand Down

0 comments on commit d9e8612

Please sign in to comment.