Skip to content

Commit 8641f53

Browse files
committed
fix CS
1 parent 4328897 commit 8641f53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DocBlock/Tags/InvalidTag.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public function getName() : string
5555
return $this->name;
5656
}
5757

58-
/**
59-
* @return self
60-
*/
6158
public static function create(string $body, string $name = '') : self
6259
{
6360
return new self($name, $body);

0 commit comments

Comments
 (0)