Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2019-12-12 13:07:02 +00:00
37 changed files with 165 additions and 48 deletions

View File

@@ -46,7 +46,7 @@ abstract class BaseInventory implements Inventory{
protected $name;
/** @var string */
protected $title;
/** @var \SplFixedArray|Item[] */
/** @var \SplFixedArray|(Item|null)[] */
protected $slots;
/** @var Player[] */
protected $viewers = [];