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.
inline_constructor_arguments
class_definition
1 parent 7badf2d commit d17c5f6Copy full SHA for d17c5f6
src/CodeIgniter4.php
@@ -86,6 +86,7 @@ public function __construct()
86
'single_item_single_line' => true,
87
'single_line' => true,
88
'space_before_parenthesis' => true,
89
+ 'inline_constructor_arguments' => true,
90
],
91
'class_reference_name_casing' => true,
92
'clean_namespace' => true,
0 commit comments