Skip to content

Commit c6c5bf6

Browse files
committed
Fix
1 parent 0c1f22a commit c6c5bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Generic/GenericStaticType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getStaticObjectType(): ObjectType
8282
return $this->staticObjectType;
8383
}
8484

85-
public function changeBaseClass(ClassReflection $classReflection): self
85+
public function changeBaseClass(ClassReflection $classReflection): StaticType
8686
{
8787
if ($classReflection->getName() === $this->getClassName()) {
8888
return $this;

0 commit comments

Comments
 (0)