mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Fixed PHPStan error
This commit is contained in:
parent
9621836e36
commit
59ca7b75e1
@ -1532,8 +1532,8 @@ final class StringToItemParser extends StringToTParser{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var true[][][]
|
* @var true[][]
|
||||||
* @phpstan-var array<int, array<int, array<string, true>>>
|
* @phpstan-var array<int, array<string, true>>
|
||||||
*/
|
*/
|
||||||
private array $reverseMap = [];
|
private array $reverseMap = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user