Skip to content

Commit

Permalink
no_superfluous_phpdoc_tags: allow mixed as its needed for precise typ…
Browse files Browse the repository at this point in the history
…es for PHPStan
  • Loading branch information
Slamdunk committed Dec 9, 2019
1 parent 9d54bd2 commit 47b5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function __construct(string $type = self::APP_V2, array $overriddenRules
'no_php4_constructor' => true,
'no_short_echo_tag' => true,
'no_superfluous_elseif' => true,
'no_superfluous_phpdoc_tags' => true,
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
'no_unneeded_control_parentheses' => true,
'no_unreachable_default_argument_value' => true,
'no_unset_cast' => true,
Expand Down

0 comments on commit 47b5695

Please sign in to comment.