mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-03 18:42:37 +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[][][]
|
||||
* @phpstan-var array<int, array<int, array<string, true>>>
|
||||
* @var true[][]
|
||||
* @phpstan-var array<int, array<string, true>>
|
||||
*/
|
||||
private array $reverseMap = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user