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

Remove var_dump

This commit is contained in:
Matthew Brown 2017-03-19 18:25:30 -04:00
parent f2f944d4c0
commit d69ff4e16e

View File

@ -764,7 +764,6 @@ class ProjectChecker
// if the file was autoloaded but exists in evaled code only, return false
if (!file_exists($file_path)) {
var_dump($file_path);
return false;
}