1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-18 19:42:21 +01:00

Remove var_dump

This commit is contained in:
Matthew Brown 2016-06-16 02:31:02 -04:00
parent 12e23d8086
commit 7c62568ac5

View File

@ -101,8 +101,6 @@ class ClassMethodChecker extends FunctionChecker
// gets elements A△B
$differing_types = array_diff($simple_inferred_return_types, $simple_declared_return_types);
var_dump($simple_inferred_return_types, $simple_declared_return_types);
if (count($differing_types) && (string) $inferred_return_type !== (string) $declared_return_type) {
if ($update_doc_comment) {
$doc_comment = $this->_function->getDocComment();