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.
allow_hidden_params
1 parent 17e4f14 commit a7a7ee7Copy full SHA for a7a7ee7
src/CodeIgniter4.php
@@ -299,6 +299,7 @@ public function __construct()
299
'no_spaces_around_offset' => ['positions' => ['inside', 'outside']],
300
'no_superfluous_elseif' => true,
301
'no_superfluous_phpdoc_tags' => [
302
+ 'allow_hidden_params' => true,
303
'allow_mixed' => true,
304
'allow_unused_params' => true,
305
'remove_inheritdoc' => false,
0 commit comments