1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

At the very least interpret nested templates as templates

This commit is contained in:
Brown 2020-04-17 00:55:58 -04:00
parent 6f36f33630
commit 1309eece2e

View File

@ -1132,7 +1132,7 @@ class ReflectorVisitor extends PhpParser\NodeVisitorAbstract implements PhpParse
Type::fixUpLocalType(
$template_map[2],
$this->aliases,
null,
$storage->template_types,
$this->type_aliases
)
);