Skip to content

Commit 51122cf

Browse files
TomasVotrubajaapio
authored andcommitted
improve comment
1 parent 082c811 commit 51122cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocBlock/Tags/BaseTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract class BaseTag implements DocBlock\Tag
2424
/** @var string Name of the tag */
2525
protected $name = '';
2626

27-
/** @var Description|null Description of the tag. */
27+
/** @var Description|string|null Description of the tag. */
2828
protected $description;
2929

3030
/**

0 commit comments

Comments
 (0)