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 0c1f22a commit c6c5bf6Copy full SHA for c6c5bf6
src/Type/Generic/GenericStaticType.php
@@ -82,7 +82,7 @@ public function getStaticObjectType(): ObjectType
82
return $this->staticObjectType;
83
}
84
85
- public function changeBaseClass(ClassReflection $classReflection): self
+ public function changeBaseClass(ClassReflection $classReflection): StaticType
86
{
87
if ($classReflection->getName() === $this->getClassName()) {
88
return $this;
0 commit comments