diff --git a/src/network/mcpe/InventoryManager.php b/src/network/mcpe/InventoryManager.php index fd0e9b242..ae71f67dc 100644 --- a/src/network/mcpe/InventoryManager.php +++ b/src/network/mcpe/InventoryManager.php @@ -54,7 +54,7 @@ use function array_search; use function max; /** - * @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : list|null + * @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : (list|null) */ class InventoryManager{