Skip to content

Commit 47b5695

Browse files
committed
no_superfluous_phpdoc_tags: allow mixed as its needed for precise types for PHPStan
1 parent 9d54bd2 commit 47b5695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function __construct(string $type = self::APP_V2, array $overriddenRules
104104
'no_php4_constructor' => true,
105105
'no_short_echo_tag' => true,
106106
'no_superfluous_elseif' => true,
107-
'no_superfluous_phpdoc_tags' => true,
107+
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
108108
'no_unneeded_control_parentheses' => true,
109109
'no_unreachable_default_argument_value' => true,
110110
'no_unset_cast' => true,

0 commit comments

Comments
 (0)