mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Continue checking after method deprecation warning
This commit is contained in:
parent
71800770b1
commit
ead7d62d48
@ -802,7 +802,7 @@ class ClassChecker extends ClassLikeChecker
|
||||
),
|
||||
array_merge($storage->suppressed_issues, $this->getSuppressedIssues())
|
||||
)) {
|
||||
return false;
|
||||
// fall through
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -164,7 +164,7 @@ class MethodChecker extends FunctionLikeChecker
|
||||
),
|
||||
$suppressed_issues
|
||||
)) {
|
||||
return false;
|
||||
// continue
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user