Skip to content

Commit b105b9e

Browse files
committed
Fix
1 parent 3c41113 commit b105b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Arrays/data/bug-5447.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class A {
1616
/**
1717
* @phpstan-var array<self::FIELD_*, string>
1818
*/
19-
private array $parameters = [];
19+
private $parameters = [];
2020

2121
/**
2222
* @phpstan-param self::FIELD_* $key

0 commit comments

Comments
 (0)