1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Remove blank line

This commit is contained in:
Matthew Brown 2018-11-09 08:53:03 -05:00 committed by GitHub
parent e5c628f7df
commit 10a5271012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,6 @@ class ErrorBaseline
}
foreach ($existingIssuesCount as $issueType => $existingIssueType) {
if (!isset($newIssues[$file][$issueType])) {
unset($existingIssuesCount[$issueType]);