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 60eb3ea commit e2e2e77Copy full SHA for e2e2e77
src/Type/Generic/GenericStaticType.php
@@ -72,7 +72,7 @@ public function getStaticObjectType(): ObjectType
72
return $this->staticObjectType;
73
}
74
75
- public function changeBaseClass(ClassReflection $classReflection): StaticType
+ public function changeBaseClass(ClassReflection $classReflection): self
76
{
77
if ($classReflection->getName() === $this->getClassName()) {
78
return $this;
0 commit comments