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:
parent
12e23d8086
commit
7c62568ac5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user