From 51122cfa1dbfb572898b67ad8c60d8f427dfbe93 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Mon, 27 Nov 2017 00:41:44 +0100 Subject: [PATCH] improve comment --- src/DocBlock/Tags/BaseTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DocBlock/Tags/BaseTag.php b/src/DocBlock/Tags/BaseTag.php index 2e2260c..3c51e62 100644 --- a/src/DocBlock/Tags/BaseTag.php +++ b/src/DocBlock/Tags/BaseTag.php @@ -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; /**