mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
improve comment
This commit is contained in:
committed by
Jaap van Otterdijk
parent
082c811880
commit
51122cfa1d
@@ -24,7 +24,7 @@ abstract class BaseTag implements DocBlock\Tag
|
|||||||
/** @var string Name of the tag */
|
/** @var string Name of the tag */
|
||||||
protected $name = '';
|
protected $name = '';
|
||||||
|
|
||||||
/** @var Description|null Description of the tag. */
|
/** @var Description|string|null Description of the tag. */
|
||||||
protected $description;
|
protected $description;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user