mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
don't flag UnusedForeachValue as fixable
This commit is contained in:
parent
7e137f5b95
commit
006088d578
@ -822,7 +822,7 @@ class StatementsAnalyzer extends SourceAnalyzer
|
||||
if (IssueBuffer::accepts(
|
||||
$issue,
|
||||
$this->getSuppressedIssues(),
|
||||
true
|
||||
$issue instanceof UnusedVariable
|
||||
)) {
|
||||
// fall through
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user