mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fix PHPStan
This commit is contained in:
parent
da5302ca86
commit
433b0ca6cc
@ -40,9 +40,6 @@ use function assert;
|
||||
final class ItemDataUpgrader{
|
||||
private const TAG_LEGACY_ID = "id"; //TAG_Short (or TAG_String for Java itemstacks)
|
||||
|
||||
/**
|
||||
* @phpstan-param array<int, ItemIdMetaUpgradeSchema> $idMetaUpgradeSchemas
|
||||
*/
|
||||
public function __construct(
|
||||
private ItemIdMetaUpgrader $idMetaUpgrader,
|
||||
private LegacyItemIdToStringIdMap $legacyIntToStringIdMap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user