From 8e35c5f0dbc13fb04f72f974b8a4cae830e0f099 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 18 Dec 2021 20:14:14 +0300 Subject: [PATCH] Update Description.php --- src/DocBlock/Description.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DocBlock/Description.php b/src/DocBlock/Description.php index a31b2892..08bf87f9 100644 --- a/src/DocBlock/Description.php +++ b/src/DocBlock/Description.php @@ -48,7 +48,7 @@ * 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 {