Skip to content

Commit 62c0246

Browse files
committed
Fix CS
1 parent 248f05b commit 62c0246

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tag/CompoundTag.php

-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function __construct(){
5151

5252
/**
5353
* Helper method for easier fluent usage.
54-
* @return CompoundTag
5554
*/
5655
public static function create() : self{
5756
return new self;
@@ -123,8 +122,6 @@ public function setTag(string $name, Tag $tag) : self{
123122
/**
124123
* Removes the child tags with the specified names from the CompoundTag. This function accepts a variadic list of
125124
* strings.
126-
*
127-
* @param string ...$names
128125
*/
129126
public function removeTag(string ...$names) : void{
130127
foreach($names as $name){

0 commit comments

Comments
 (0)