mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
PluginDescription: fixed type of extensions (reported by phpstan 0.12.49)
This commit is contained in:
parent
e6f89213dc
commit
0b33762be0
@ -58,7 +58,7 @@ class PluginDescription{
|
||||
private $compatibleOperatingSystems = [];
|
||||
/**
|
||||
* @var string[][]
|
||||
* @phpstan-var array<string, list<mixed>>
|
||||
* @phpstan-var array<string, list<string>>
|
||||
*/
|
||||
private $extensions = [];
|
||||
/** @var string[] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user