Skip to content

Commit

Permalink
No space after fn for short arrow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Nov 7, 2024
1 parent 07fae1c commit 621b0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
->setRules([
'@Symfony' => true,
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
'function_declaration' => ['closure_fn_spacing' => 'none'],
'single_line_empty_body' => true,
'yoda_style' => [
'equal' => false,
Expand Down

0 comments on commit 621b0b9

Please sign in to comment.