Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 10, 2023
1 parent 248f05b commit 62c0246
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tag/CompoundTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function __construct(){

/**
* Helper method for easier fluent usage.
* @return CompoundTag
*/
public static function create() : self{
return new self;
Expand Down Expand Up @@ -123,8 +122,6 @@ public function setTag(string $name, Tag $tag) : self{
/**
* Removes the child tags with the specified names from the CompoundTag. This function accepts a variadic list of
* strings.
*
* @param string ...$names
*/
public function removeTag(string ...$names) : void{
foreach($names as $name){
Expand Down

0 comments on commit 62c0246

Please sign in to comment.