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.
2 parents c4b89a0 + c6c5bf6 commit 60eb3eaCopy full SHA for 60eb3ea
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): self
+ public function changeBaseClass(ClassReflection $classReflection): StaticType
76
{
77
if ($classReflection->getName() === $this->getClassName()) {
78
return $this;
0 commit comments