mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 20:33:59 +00:00
fix CS
This commit is contained in:
parent
90a8595a40
commit
4e777572c9
@ -59,7 +59,9 @@ use pocketmine\utils\AssumptionFailedError;
|
|||||||
use pocketmine\utils\ObjectSet;
|
use pocketmine\utils\ObjectSet;
|
||||||
use function array_map;
|
use function array_map;
|
||||||
use function array_search;
|
use function array_search;
|
||||||
|
use function get_class;
|
||||||
use function max;
|
use function max;
|
||||||
|
use function spl_object_id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : (list<ClientboundPacket>|null)
|
* @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : (list<ClientboundPacket>|null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user