Skip to content

Commit

Permalink
#11 - anonymous functions spacing (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak authored Nov 2, 2022
1 parent 7bf9271 commit 82d5bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Configuration/Defaults/CommonRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class CommonRules extends Rules
ObjectOperatorWithoutWhitespaceFixer::class => true,
FunctionDeclarationFixer::class => [
"closure_function_spacing" => "none",
"closure_fn_spacing" => "none",
],
SingleLineAfterImportsFixer::class => true,
SingleLineCommentSpacingFixer::class => true,
Expand Down

0 comments on commit 82d5bc4

Please sign in to comment.