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:
parent
19ba53f28c
commit
683bde9540
@ -203,7 +203,7 @@ class AssignmentAnalyzer
|
||||
. $var_comment->var_id . ' is unnecessary',
|
||||
$type_location
|
||||
),
|
||||
[],
|
||||
$statements_analyzer->getSuppressedIssues(),
|
||||
true
|
||||
)) {
|
||||
// fall through
|
||||
|
Loading…
Reference in New Issue
Block a user