1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Remove var_dump

This commit is contained in:
Matthew Brown 2019-02-17 13:18:16 -05:00
parent 8408effe57
commit 5777e008c0

View File

@ -981,7 +981,6 @@ class ExpressionAnalyzer
'Cannot handle ' . $return_type->value . ' when $self_class is empty'
);
}
var_dump('here');
$return_type->value = $self_class;
} else {