Skip to content

Commit d737323

Browse files
committed
Docblock/Tags/Author: fix typo in method docblock
1 parent 8719cc1 commit d737323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocBlock/Tags/Author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __toString() : string
8383
}
8484

8585
/**
86-
* Attempts to create a new Author object based on †he tag body.
86+
* Attempts to create a new Author object based on the tag body.
8787
*/
8888
public static function create(string $body) : ?self
8989
{

0 commit comments

Comments
 (0)