mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Simplify array type declaration
This commit is contained in:
parent
729eb59169
commit
a8046a8682
@ -594,7 +594,7 @@ class Config
|
||||
* Where key - extension name (without ext- prefix), value - whether to load extension’s stub.
|
||||
*
|
||||
* @psalm-readonly-allow-private-mutation
|
||||
* @var array<non-empty-string, bool>
|
||||
* @var array<string, bool>
|
||||
*/
|
||||
public $php_extensions = [
|
||||
"apcu" => false,
|
||||
|
Loading…
Reference in New Issue
Block a user