PluginDescription: fixed type of extensions (reported by phpstan 0.12.49)

This commit is contained in:
Dylan K. Taylor 2020-10-13 17:20:14 +01:00
parent e6f89213dc
commit 0b33762be0

View File

@ -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[] */