Enchantment: fixed doc comment for static enchantments field

This commit is contained in:
Dylan K. Taylor 2019-12-01 20:16:45 +00:00
parent 15f8886958
commit 8a7017fd6b

View File

@ -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{