Skip to content

Commit c0ae08e

Browse files
committed
Fix build
1 parent f436abf commit c0ae08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/InitializerExprTypeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ private function resolveTypeByName(Name $name, ?ClassReflection $classReflection
24382438
return new ObjectType($originalClass);
24392439
}
24402440

2441-
private function resolveTypeByNameWithLateStaticBinding(Name $class, Type $classType, MethodReflection $methodReflectionCandidate): TypeWithClassName
2441+
private function resolveTypeByNameWithLateStaticBinding(Name $class, Type $classType, MethodReflection $methodReflectionCandidate): Type
24422442
{
24432443
if (
24442444
$classType instanceof StaticType

0 commit comments

Comments
 (0)