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.
braces
1 parent de614c2 commit 547669aCopy full SHA for 547669a
src/CodeIgniter4.php
@@ -65,13 +65,6 @@ public function __construct()
65
],
66
67
'blank_line_between_import_groups' => true,
68
- 'braces' => [
69
- 'allow_single_line_anonymous_class_with_empty_body' => true,
70
- 'allow_single_line_closure' => true,
71
- 'position_after_anonymous_constructs' => 'same',
72
- 'position_after_control_structures' => 'same',
73
- 'position_after_functions_and_oop_constructs' => 'next',
74
- ],
75
'cast_spaces' => ['space' => 'single'],
76
'class_attributes_separation' => [
77
'elements' => [
0 commit comments