Skip to content

Commit bdbf78e

Browse files
committed
You haven't seen anything. Move along.
1 parent 9b61474 commit bdbf78e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/Doctrine/EntityManagerFindDynamicReturnTypeExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function getTypeFromMethodCall(
3939
return $mixedType;
4040
}
4141
$argType = $scope->getType($methodCall->args[0]->value);
42-
var_dump($argType);
4342
if (!$argType instanceof ConstantStringType) {
4443
return $mixedType;
4544
}

0 commit comments

Comments
 (0)