We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c41113 commit b105b9eCopy full SHA for b105b9e
tests/PHPStan/Rules/Arrays/data/bug-5447.php
@@ -16,7 +16,7 @@ class A {
16
/**
17
* @phpstan-var array<self::FIELD_*, string>
18
*/
19
- private array $parameters = [];
+ private $parameters = [];
20
21
22
* @phpstan-param self::FIELD_* $key
0 commit comments