mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Docblock/Tags/Author: fix typo in method docblock
This commit is contained in:
@@ -83,7 +83,7 @@ final class Author extends BaseTag implements Factory\StaticMethod
|
||||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user