Skip to content

Commit a7a7ee7

Browse files
committed
Enable allow_hidden_params option
1 parent 17e4f14 commit a7a7ee7

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
@@ -299,6 +299,7 @@ public function __construct()
299299
'no_spaces_around_offset' => ['positions' => ['inside', 'outside']],
300300
'no_superfluous_elseif' => true,
301301
'no_superfluous_phpdoc_tags' => [
302+
'allow_hidden_params' => true,
302303
'allow_mixed' => true,
303304
'allow_unused_params' => true,
304305
'remove_inheritdoc' => false,

0 commit comments

Comments
 (0)