Skip to content

Commit 547669a

Browse files
committed
Remove deprecated braces rules
1 parent de614c2 commit 547669a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/CodeIgniter4.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ public function __construct()
6565
],
6666
],
6767
'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-
],
7568
'cast_spaces' => ['space' => 'single'],
7669
'class_attributes_separation' => [
7770
'elements' => [

0 commit comments

Comments
 (0)