Skip to content

Commit fd49ce7

Browse files
committed
Add but disablephpdoc_tag_no_named_arguments
1 parent ad9452b commit fd49ce7

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
@@ -546,6 +546,7 @@ public function __construct()
546546
'phpdoc_single_line_var_spacing' => true,
547547
'phpdoc_summary' => false,
548548
'phpdoc_tag_casing' => ['tags' => ['inheritDoc']],
549+
'phpdoc_tag_no_named_arguments' => false,
549550
'phpdoc_tag_type' => ['tags' => ['inheritDoc' => 'inline']],
550551
'phpdoc_to_comment' => false,
551552
'phpdoc_to_param_type' => false,

0 commit comments

Comments
 (0)