From 4a78bfaa18a08b58ae836b86b2500879843f064f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 29 Oct 2017 18:02:33 +0000 Subject: [PATCH] stop messing with my doc comments PhpStorm --- src/pocketmine/nbt/tag/CompoundTag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/nbt/tag/CompoundTag.php b/src/pocketmine/nbt/tag/CompoundTag.php index 92417d94e..496a3a55a 100644 --- a/src/pocketmine/nbt/tag/CompoundTag.php +++ b/src/pocketmine/nbt/tag/CompoundTag.php @@ -271,7 +271,7 @@ class CompoundTag extends NamedTag implements \ArrayAccess{ * @param int[]|null $default * @param bool $badTagDefault * - * @return array + * @return int[] */ public function getIntArray(string $name, ?array $default = null, bool $badTagDefault = false) : array{ return $this->getTagValue($name, IntArrayTag::class, $default, $badTagDefault);