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 b838cd4 commit 1a3aafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
'not_operator_with_successor_space' => false,
'function_declaration' => ['closure_function_spacing' => 'none', 'closure_fn_spacing' => 'none'],
'trailing_comma_in_multiline' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
Expand Down

0 comments on commit 1a3aafb

Please sign in to comment.