Skip to content

Commit 60eb3ea

Browse files
authored
Merge branch refs/heads/1.12.x into 2.1.x
2 parents c4b89a0 + c6c5bf6 commit 60eb3ea

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
@@ -72,7 +72,7 @@ public function getStaticObjectType(): ObjectType
7272
return $this->staticObjectType;
7373
}
7474

75-
public function changeBaseClass(ClassReflection $classReflection): self
75+
public function changeBaseClass(ClassReflection $classReflection): StaticType
7676
{
7777
if ($classReflection->getName() === $this->getClassName()) {
7878
return $this;

0 commit comments

Comments
 (0)