Skip to content

Commit 50dc13d

Browse files
committed
Enable control_structure_braces
1 parent 265e7a8 commit 50dc13d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
$overrides = [
4242
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
4343
'blank_line_between_import_groups' => true,
44+
'control_structure_braces' => true,
4445
'phpdoc_separation' => [
4546
'groups' => [
4647
['immutable', 'psalm-immutable'],

.php-cs-fixer.no-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
$overrides = [
3434
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
3535
'blank_line_between_import_groups' => true,
36+
'control_structure_braces' => true,
3637
'phpdoc_separation' => [
3738
'groups' => [
3839
['immutable', 'psalm-immutable'],

.php-cs-fixer.user-guide.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'class_attributes_separation' => false,
3636
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
3737
'blank_line_between_import_groups' => true,
38+
'control_structure_braces' => true,
3839
'phpdoc_separation' => [
3940
'groups' => [
4041
['immutable', 'psalm-immutable'],

0 commit comments

Comments
 (0)