Skip to content

Commit a63334e

Browse files
committed
Fix build
1 parent ae5f990 commit a63334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Type/Generic/GenericObjectTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public function testResolveTemplateTypes(Type $received, Type $template, array $
461461
);
462462
}
463463

464-
/** @return array<array{TemplateTypeVariance,Type,bool,array<TemplateTypeReference>}> */
464+
/** @return array<array{TemplateTypeVariance,Type,array<TemplateTypeReference>}> */
465465
public function dataGetReferencedTypeArguments(): array
466466
{
467467
$templateType = static fn ($name, ?Type $bound = null): Type => TemplateTypeFactory::create(

0 commit comments

Comments
 (0)