1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Re-enable dead code detection

This commit is contained in:
Matt Brown 2017-03-03 15:54:08 -05:00
parent 2e98c77641
commit 4619ef1390

View File

@ -328,6 +328,8 @@ class ProjectChecker
) . PHP_EOL . PHP_EOL;
}
}
} else {
$this->checkClassReferences();
}
}