From 4a0ac016979f3848bf9d292b442380d5d50eeeb6 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Oct 2017 17:02:00 +0100 Subject: [PATCH] Fix PhpStorm derp wtf? --- src/pocketmine/nbt/tag/CompoundTag.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pocketmine/nbt/tag/CompoundTag.php b/src/pocketmine/nbt/tag/CompoundTag.php index e44019d22..6280e84cf 100644 --- a/src/pocketmine/nbt/tag/CompoundTag.php +++ b/src/pocketmine/nbt/tag/CompoundTag.php @@ -262,8 +262,7 @@ class CompoundTag extends NamedTag implements \ArrayAccess{ /** * Sets the value of the child tag at the specified offset, creating it if it does not exist. If the child tag * exists and the value is of the wrong type, an exception will be thrown. - * - + * * @param string $name Name of the tag to set * @param string $tagClass Class that extends NamedTag * @param mixed $value Value to set. This should be compatible with the specified tag type.