Skip to content

Commit

Permalink
Update .php_cs.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Feb 8, 2024
1 parent 80598c9 commit dd3bc45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
'not_operator_with_successor_space' => false,
'function_declaration' => ['closure_function_spacing' => 'none'],
'trailing_comma_in_multiline' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
Expand Down

0 comments on commit dd3bc45

Please sign in to comment.