We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
control_structure_braces
1 parent 5f1768e commit 73bf1f5Copy full SHA for 73bf1f5
src/CodeIgniter4.php
@@ -105,6 +105,7 @@ public function __construct()
105
'compact_nullable_typehint' => true,
106
'concat_space' => ['spacing' => 'one'],
107
'constant_case' => ['case' => 'lower'],
108
+ 'control_structure_braces' => true,
109
'control_structure_continuation_position' => ['position' => 'same_line'],
110
'date_time_immutable' => false,
111
'declare_equal_normalize' => ['space' => 'none'],
0 commit comments