Merge pull request #317 from WinterSilence/patch-2

Fix PhpDoc in class Description
This commit is contained in:
Jaap van Otterdijk
2021-12-20 08:07:01 +01:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ use function vsprintf;
* is mainly responsible for rendering. * is mainly responsible for rendering.
* *
* @see DescriptionFactory to create a new Description. * @see DescriptionFactory to create a new Description.
* @see Description\Formatter for the formatting of the body and tags. * @see Tags\Formatter for the formatting of the body and tags.
*/ */
class Description class Description
{ {