Skip to content

Commit 73bf1f5

Browse files
committed
Enable control_structure_braces
See codeigniter4/CodeIgniter4#6479
1 parent 5f1768e commit 73bf1f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public function __construct()
105105
'compact_nullable_typehint' => true,
106106
'concat_space' => ['spacing' => 'one'],
107107
'constant_case' => ['case' => 'lower'],
108+
'control_structure_braces' => true,
108109
'control_structure_continuation_position' => ['position' => 'same_line'],
109110
'date_time_immutable' => false,
110111
'declare_equal_normalize' => ['space' => 'none'],

0 commit comments

Comments
 (0)