mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +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;
|
||||
/** @var string */
|
||||
protected $title;
|
||||
/** @var \SplFixedArray<Item> */
|
||||
/** @var \SplFixedArray|Item[] */
|
||||
protected $slots = [];
|
||||
/** @var Player[] */
|
||||
protected $viewers = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user