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