We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c811 commit 51122cfCopy full SHA for 51122cf
src/DocBlock/Tags/BaseTag.php
@@ -24,7 +24,7 @@ abstract class BaseTag implements DocBlock\Tag
24
/** @var string Name of the tag */
25
protected $name = '';
26
27
- /** @var Description|null Description of the tag. */
+ /** @var Description|string|null Description of the tag. */
28
protected $description;
29
30
/**
0 commit comments