mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
BaseInventory: fixed doc comment for slots field
This commit is contained in:
parent
0dd8fd2651
commit
cf3638ad8d
@ -41,7 +41,7 @@ abstract class BaseInventory implements Inventory{
|
|||||||
protected $name;
|
protected $name;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $title;
|
protected $title;
|
||||||
/** @var \SplFixedArray<Item> */
|
/** @var \SplFixedArray|Item[] */
|
||||||
protected $slots = [];
|
protected $slots = [];
|
||||||
/** @var Player[] */
|
/** @var Player[] */
|
||||||
protected $viewers = [];
|
protected $viewers = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user