diff --git a/src/DocBlock/Description.php b/src/DocBlock/Description.php index a31b289..08bf87f 100644 --- a/src/DocBlock/Description.php +++ b/src/DocBlock/Description.php @@ -48,7 +48,7 @@ use function vsprintf; * is mainly responsible for rendering. * * @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 {