1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

fix: mixin parameter of self should be properly resolved (#3280)

Co-authored-by: Matthew Brown <github@muglug.com>
This commit is contained in:
feek 2020-05-02 11:32:43 -07:00 committed by GitHub
parent 07e5250292
commit c5319fc379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1264,7 +1264,9 @@ class ReflectorVisitor extends PhpParser\NodeVisitorAbstract implements PhpParse
Type::fixUpLocalType(
$docblock_info->mixin,
$this->aliases,
$this->class_template_types
$this->class_template_types,
$this->type_aliases,
$fq_classlike_name
),
null,
$this->class_template_types