Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 94b6541

Browse files
madflowadrilo
authored andcommitted
disable no_superfluous_phpdoc_tags
1 parent dbdf5f7 commit 94b6541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $config = PhpCsFixer\Config::create()
2121
'no_null_property_initialization' => true,
2222
'no_short_echo_tag' => true,
2323
'no_superfluous_elseif' => true,
24+
'no_superfluous_phpdoc_tags' => false,
2425
'no_unneeded_control_parentheses' => ['statements' => ['break', 'clone', 'continue', 'echo_print', 'switch_case', 'yield']],
2526
'no_unneeded_curly_braces' => true,
2627
'no_unneeded_final_method' => true,

0 commit comments

Comments
 (0)