This commit is contained in:
Orklah
2020-02-20 21:30:57 +01:00
parent 43288974a5
commit 8641f53768
-3
View File
@@ -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);