Skip to content

Commit d760376

Browse files
committed
Remove deprecated fixers
1 parent c1b9227 commit d760376

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/CodeIgniter4.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,10 @@ public function __construct()
246246
'allow_unused_params' => true,
247247
'remove_inheritdoc' => false,
248248
],
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' => [
249+
'no_trailing_whitespace' => true,
250+
'no_trailing_whitespace_in_comment' => true,
251+
'no_trailing_whitespace_in_string' => true,
252+
'no_unneeded_control_parentheses' => [
255253
'statements' => [
256254
'break',
257255
'clone',

0 commit comments

Comments
 (0)