Skip to content

Commit 3e39b7d

Browse files
committed
fix
1 parent 1b6635c commit 3e39b7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/VendorLocker/ParentClassMethodTypeOverrideGuard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function hasParentClassMethod(ClassMethod|MethodReflection $classMethod):
3434

3535
return $parentClassMethod instanceof MethodReflection;
3636
} catch (UnresolvableClassException) {
37-
dump('here');
3837
// we don't know all involved parents,
3938
// marking as parent exists which usually means the method is guarded against overrides.
4039
return true;

0 commit comments

Comments
 (0)