Skip to content

Commit d17c5f6

Browse files
committed
Add inline_constructor_arguments option to class_definition
See codeigniter4/CodeIgniter4#6486
1 parent 7badf2d commit d17c5f6

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
@@ -86,6 +86,7 @@ public function __construct()
8686
'single_item_single_line' => true,
8787
'single_line' => true,
8888
'space_before_parenthesis' => true,
89+
'inline_constructor_arguments' => true,
8990
],
9091
'class_reference_name_casing' => true,
9192
'clean_namespace' => true,

0 commit comments

Comments
 (0)