Skip to content

Commit ec11651

Browse files
committed
remove ignore
1 parent 1c4268f commit ec11651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpDoc/PhpDocNodeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ public function resolveTypeAliasTags(PhpDocNode $phpDocNode, NameScope $nameScop
522522
foreach ($phpDocNode->getTypeAliasTagValues($tagName) as $typeAliasTagValue) {
523523
$alias = $typeAliasTagValue->alias;
524524
$typeNode = $typeAliasTagValue->type;
525-
$resolved[$alias] = new TypeAliasTag($alias, $typeNode, $nameScope, $typeAliasTagValue->templateTypes ?? []); // @phpstan-ignore property.notFound
525+
$resolved[$alias] = new TypeAliasTag($alias, $typeNode, $nameScope, $typeAliasTagValue->templateTypes ?? []);
526526
}
527527
}
528528

0 commit comments

Comments
 (0)