mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
fix CS
This commit is contained in:
@@ -55,9 +55,6 @@ final class InvalidTag implements Tag
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return self
|
||||
*/
|
||||
public static function create(string $body, string $name = '') : self
|
||||
{
|
||||
return new self($name, $body);
|
||||
|
||||
Reference in New Issue
Block a user