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:
parent
f2f944d4c0
commit
d69ff4e16e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user