We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6635c commit 3e39b7dCopy full SHA for 3e39b7d
1 file changed
src/VendorLocker/ParentClassMethodTypeOverrideGuard.php
@@ -34,7 +34,6 @@ public function hasParentClassMethod(ClassMethod|MethodReflection $classMethod):
34
35
return $parentClassMethod instanceof MethodReflection;
36
} catch (UnresolvableClassException) {
37
- dump('here');
38
// we don't know all involved parents,
39
// marking as parent exists which usually means the method is guarded against overrides.
40
return true;
0 commit comments