mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
BaseInventory: mark eventProcessor as nullable, fixes a phpstan level 8 error
This commit is contained in:
@@ -53,7 +53,7 @@ abstract class BaseInventory implements Inventory{
|
||||
protected $slots;
|
||||
/** @var Player[] */
|
||||
protected $viewers = [];
|
||||
/** @var InventoryEventProcessor */
|
||||
/** @var InventoryEventProcessor|null */
|
||||
protected $eventProcessor;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user