Skip to content

Commit

Permalink
Enhancement: Configure braces fixer to position opening braces for cl…
Browse files Browse the repository at this point in the history
…osures on next line
  • Loading branch information
localheinz authored and sebastianbergmann committed Aug 27, 2021
1 parent ae9ead4 commit 137e72f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
'yield',
],
],
'braces' => true,
'braces' => [
'position_after_anonymous_constructs' => 'next',
],
'cast_spaces' => true,
'class_attributes_separation' => [
'elements' => [
Expand Down

0 comments on commit 137e72f

Please sign in to comment.