diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 19af902f0391..635058158dd3 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -41,6 +41,7 @@ $overrides = [ // <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD 'blank_line_between_import_groups' => true, + 'control_structure_braces' => true, 'phpdoc_separation' => [ 'groups' => [ ['immutable', 'psalm-immutable'], diff --git a/.php-cs-fixer.no-header.php b/.php-cs-fixer.no-header.php index 33ff3319a9dc..df5957689cac 100644 --- a/.php-cs-fixer.no-header.php +++ b/.php-cs-fixer.no-header.php @@ -33,6 +33,7 @@ $overrides = [ // <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD 'blank_line_between_import_groups' => true, + 'control_structure_braces' => true, 'phpdoc_separation' => [ 'groups' => [ ['immutable', 'psalm-immutable'], diff --git a/.php-cs-fixer.user-guide.php b/.php-cs-fixer.user-guide.php index 8b5b4b9ad3a2..8698100a63b3 100644 --- a/.php-cs-fixer.user-guide.php +++ b/.php-cs-fixer.user-guide.php @@ -35,6 +35,7 @@ 'class_attributes_separation' => false, // <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD 'blank_line_between_import_groups' => true, + 'control_structure_braces' => true, 'phpdoc_separation' => [ 'groups' => [ ['immutable', 'psalm-immutable'],