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.
1 parent c1b9227 commit d760376Copy full SHA for d760376
src/CodeIgniter4.php
@@ -246,12 +246,10 @@ public function __construct()
246
'allow_unused_params' => true,
247
'remove_inheritdoc' => false,
248
],
249
- 'no_trailing_comma_in_list_call' => true,
250
- 'no_trailing_comma_in_singleline_array' => true,
251
- 'no_trailing_whitespace' => true,
252
- 'no_trailing_whitespace_in_comment' => true,
253
- 'no_trailing_whitespace_in_string' => true,
254
- 'no_unneeded_control_parentheses' => [
+ 'no_trailing_whitespace' => true,
+ 'no_trailing_whitespace_in_comment' => true,
+ 'no_trailing_whitespace_in_string' => true,
+ 'no_unneeded_control_parentheses' => [
255
'statements' => [
256
'break',
257
'clone',
0 commit comments