This commit is contained in:
Dylan K. Taylor 2021-04-27 14:47:11 +01:00
parent 7ce77713dd
commit 8364bc51ac
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -54,7 +54,7 @@ use function array_search;
use function max; use function max;
/** /**
* @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : list<ClientboundPacket>|null * @phpstan-type ContainerOpenClosure \Closure(int $id, Inventory $inventory) : (list<ClientboundPacket>|null)
*/ */
class InventoryManager{ class InventoryManager{