1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Fix #3573 - allow UnnecessaryVarAnnotation to be suppressed

This commit is contained in:
Matthew Brown 2020-06-13 16:48:10 -04:00
parent 19ba53f28c
commit 683bde9540

View File

@ -203,7 +203,7 @@ class AssignmentAnalyzer
. $var_comment->var_id . ' is unnecessary',
$type_location
),
[],
$statements_analyzer->getSuppressedIssues(),
true
)) {
// fall through