1
0
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:
Brown 2018-11-09 14:18:46 -05:00
parent 71800770b1
commit ead7d62d48
2 changed files with 2 additions and 2 deletions

View File

@ -802,7 +802,7 @@ class ClassChecker extends ClassLikeChecker
),
array_merge($storage->suppressed_issues, $this->getSuppressedIssues())
)) {
return false;
// fall through
}
}

View File

@ -164,7 +164,7 @@ class MethodChecker extends FunctionLikeChecker
),
$suppressed_issues
)) {
return false;
// continue
}
}