diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 2fb96e9ab0c..592d820d708 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -63,7 +63,9 @@ 'yield', ], ], - 'braces' => true, + 'braces' => [ + 'position_after_anonymous_constructs' => 'next', + ], 'cast_spaces' => true, 'class_attributes_separation' => [ 'elements' => [