improve comment

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 082c811880
commit 51122cfa1d
+1 -1
View File
@@ -24,7 +24,7 @@ abstract class BaseTag implements DocBlock\Tag
/** @var string Name of the tag */
protected $name = '';
/** @var Description|null Description of the tag. */
/** @var Description|string|null Description of the tag. */
protected $description;
/**