mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +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 the file was autoloaded but exists in evaled code only, return false
|
||||||
if (!file_exists($file_path)) {
|
if (!file_exists($file_path)) {
|
||||||
var_dump($file_path);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user