1
0
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:
Alies Lapatsin 2022-12-11 15:01:34 +01:00
parent 729eb59169
commit a8046a8682

View File

@ -594,7 +594,7 @@ class Config
* Where key - extension name (without ext- prefix), value - whether to load extensions stub.
*
* @psalm-readonly-allow-private-mutation
* @var array<non-empty-string, bool>
* @var array<string, bool>
*/
public $php_extensions = [
"apcu" => false,