Skip to content

Commit

Permalink
Update cs fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Jan 9, 2024
1 parent 1d17e66 commit a83e2f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .php_cs.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
'trailing_comma_in_multiline' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
'binary_operator_spaces' => true,
'binary_operator_spaces' => [
'align_double_arrow' => false,
'align_equals' => false,
],
'blank_line_before_statement' => [
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
],
Expand Down

0 comments on commit a83e2f9

Please sign in to comment.