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 2016-03-17 14:06:32 -04:00
parent 6365935850
commit 27aeb6574d

View File

@ -97,7 +97,6 @@ class ClassChecker implements StatementsSource
$reflection_class = new \ReflectionClass($absolute_class);
if ($reflection_class->getName() !== $absolute_class) {
var_dump($absolute_class, $reflection_class->getName());
throw new CodeException('Class ' . $absolute_class . ' has wrong casing', $file_name, $stmt->getLine());
}
}