mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Fixed PHPStan error
This commit is contained in:
@ -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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user