mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Enchantment: fixed doc comment for static enchantments field
This commit is contained in:
parent
15f8886958
commit
8a7017fd6b
@ -94,7 +94,7 @@ class Enchantment{
|
|||||||
public const SLOT_ELYTRA = 0x4000;
|
public const SLOT_ELYTRA = 0x4000;
|
||||||
public const SLOT_TRIDENT = 0x8000;
|
public const SLOT_TRIDENT = 0x8000;
|
||||||
|
|
||||||
/** @var Enchantment[] */
|
/** @var \SplFixedArray|Enchantment[] */
|
||||||
protected static $enchantments;
|
protected static $enchantments;
|
||||||
|
|
||||||
public static function init() : void{
|
public static function init() : void{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user