Skip to content

Commit e625228

Browse files
committed
Fixed "Call to a member function resolveMixinTags() on null"`
1 parent c4a1b20 commit e625228

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PhpDoc/ResolvedPhpDocBlock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public static function createEmpty(): self
126126
$self->paramTags = [];
127127
$self->returnTag = null;
128128
$self->throwsTag = null;
129+
$self->mixinTags = [];
129130
$self->deprecatedTag = null;
130131
$self->isDeprecated = false;
131132
$self->isInternal = false;

0 commit comments

Comments
 (0)