Skip to content

Commit 7769e9e

Browse files
authored
Merge pull request #317 from WinterSilence/patch-2
Fix PhpDoc in class Description
2 parents 622548b + 8e35c5f commit 7769e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocBlock/Description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* is mainly responsible for rendering.
4949
*
5050
* @see DescriptionFactory to create a new Description.
51-
* @see Description\Formatter for the formatting of the body and tags.
51+
* @see Tags\Formatter for the formatting of the body and tags.
5252
*/
5353
class Description
5454
{

0 commit comments

Comments
 (0)