Chest: fixed type doc of doubleChestInventory field

This commit is contained in:
Dylan K. Taylor 2019-10-22 10:25:24 +01:00
parent 305c63ba4d
commit cc3285c8fe

View File

@ -42,7 +42,7 @@ class Chest extends Spawnable implements InventoryHolder, Container, Nameable{
/** @var ChestInventory */ /** @var ChestInventory */
protected $inventory; protected $inventory;
/** @var DoubleChestInventory */ /** @var DoubleChestInventory|null */
protected $doubleInventory = null; protected $doubleInventory = null;
/** @var int|null */ /** @var int|null */