From 8a7017fd6bd8943c68f677deb40c1a1a81a53a57 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 1 Dec 2019 20:16:45 +0000 Subject: [PATCH] Enchantment: fixed doc comment for static enchantments field --- src/pocketmine/item/enchantment/Enchantment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/item/enchantment/Enchantment.php b/src/pocketmine/item/enchantment/Enchantment.php index 80831911e..58dfba841 100644 --- a/src/pocketmine/item/enchantment/Enchantment.php +++ b/src/pocketmine/item/enchantment/Enchantment.php @@ -94,7 +94,7 @@ class Enchantment{ public const SLOT_ELYTRA = 0x4000; public const SLOT_TRIDENT = 0x8000; - /** @var Enchantment[] */ + /** @var \SplFixedArray|Enchantment[] */ protected static $enchantments; public static function init() : void{