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
6365935850
commit
27aeb6574d
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user