From 3ecc980bc4331874852bd14b2720b6703900b90e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 24 Apr 2023 13:42:11 +0100 Subject: [PATCH] =?UTF-8?q?=C3=82InventoryManagerEntry:=20fixed=20incorrec?= =?UTF-8?q?t=20PHPDoc=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/network/mcpe/InventoryManagerEntry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/mcpe/InventoryManagerEntry.php b/src/network/mcpe/InventoryManagerEntry.php index ac2a40dfe..deb2e8e4d 100644 --- a/src/network/mcpe/InventoryManagerEntry.php +++ b/src/network/mcpe/InventoryManagerEntry.php @@ -40,7 +40,7 @@ final class InventoryManagerEntry{ public array $itemStackInfos = []; /** - * @var int[] + * @var ItemStack[] * @phpstan-var array */ public array $pendingSyncs = [];