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:
parent
07e5250292
commit
c5319fc379
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user