Skip to content

Commit

Permalink
Fixed "Call to a member function resolveMixinTags() on null"`
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 4, 2020
1 parent c4a1b20 commit e625228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpDoc/ResolvedPhpDocBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public static function createEmpty(): self
$self->paramTags = [];
$self->returnTag = null;
$self->throwsTag = null;
$self->mixinTags = [];
$self->deprecatedTag = null;
$self->isDeprecated = false;
$self->isInternal = false;
Expand Down

0 comments on commit e625228

Please sign in to comment.