From d73732391f52ab9878982db2a2f74e16640ad764 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 1 Aug 2021 05:16:05 +0200 Subject: [PATCH] Docblock/Tags/Author: fix typo in method docblock --- src/DocBlock/Tags/Author.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DocBlock/Tags/Author.php b/src/DocBlock/Tags/Author.php index d1207571..c79df870 100644 --- a/src/DocBlock/Tags/Author.php +++ b/src/DocBlock/Tags/Author.php @@ -83,7 +83,7 @@ public function __toString() : string } /** - * Attempts to create a new Author object based on †he tag body. + * Attempts to create a new Author object based on the tag body. */ public static function create(string $body) : ?self {