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.
phpdoc_tag_no_named_arguments
1 parent ad9452b commit fd49ce7Copy full SHA for fd49ce7
src/CodeIgniter4.php
@@ -546,6 +546,7 @@ public function __construct()
546
'phpdoc_single_line_var_spacing' => true,
547
'phpdoc_summary' => false,
548
'phpdoc_tag_casing' => ['tags' => ['inheritDoc']],
549
+ 'phpdoc_tag_no_named_arguments' => false,
550
'phpdoc_tag_type' => ['tags' => ['inheritDoc' => 'inline']],
551
'phpdoc_to_comment' => false,
552
'phpdoc_to_param_type' => false,
0 commit comments