Skip to content

Commit 88b67bd

Browse files
authored
Merge pull request #283 from jrfnl/feature/docs-minor-fix
Docblock/Tags/Author: fix typo in method docblock
2 parents ef02f64 + d737323 commit 88b67bd

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)