Skip to content

Commit

Permalink
Merge branch refs/heads/1.12.x into 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot authored Feb 1, 2025
2 parents c4b89a0 + c6c5bf6 commit 60eb3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Generic/GenericStaticType.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getStaticObjectType(): ObjectType
return $this->staticObjectType;
}

public function changeBaseClass(ClassReflection $classReflection): self
public function changeBaseClass(ClassReflection $classReflection): StaticType
{
if ($classReflection->getName() === $this->getClassName()) {
return $this;
Expand Down

0 comments on commit 60eb3ea

Please sign in to comment.