diff --git a/src/tag/CompoundTag.php b/src/tag/CompoundTag.php index e40feed..e5ec7a5 100644 --- a/src/tag/CompoundTag.php +++ b/src/tag/CompoundTag.php @@ -51,7 +51,6 @@ public function __construct(){ /** * Helper method for easier fluent usage. - * @return CompoundTag */ public static function create() : self{ return new self; @@ -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){