Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-12 13:52:14 +00:00
12 changed files with 81 additions and 16 deletions

View File

@ -36,7 +36,7 @@ abstract class BaseInventory implements Inventory{
/** @var int */
protected $maxStackSize = Inventory::MAX_STACK;
/** @var \SplFixedArray|Item[] */
/** @var \SplFixedArray|(Item|null)[] */
protected $slots;
/** @var Player[] */
protected $viewers = [];