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.
trailing_comma_single_line
function_declaration
1 parent e93e249 commit 5d5a5ccCopy full SHA for 5d5a5cc
src/CodeIgniter4.php
@@ -159,8 +159,11 @@ public function __construct()
159
'fopen_flags' => ['b_mode' => true],
160
'full_opening_tag' => true,
161
'fully_qualified_strict_types' => true,
162
- 'function_declaration' => ['closure_function_spacing' => 'one'],
163
- 'function_to_constant' => [
+ 'function_declaration' => [
+ 'closure_function_spacing' => 'one',
164
+ 'trailing_comma_single_line' => false,
165
+ ],
166
+ 'function_to_constant' => [
167
'functions' => [
168
'get_called_class',
169
'get_class',
0 commit comments