Skip to content

Commit 39ac9e4

Browse files
Fix FormView $vars (#160)
1 parent 69bc80d commit 39ac9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stubs/common/forms/FormView.stubphp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class FormView implements \ArrayAccess, \IteratorAggregate, \Countable
1313
* @psalm-suppress MixedArrayAssignment
1414
* @psalm-suppress InvalidArrayOffset
1515
*
16-
* @psalm-var array{value: ?T, attr: array<array-key, mixed>}
16+
* @psalm-var array<string, mixed>&array{value: ?T, attr: array<array-key, mixed>, string}
1717
*/
1818
public array $vars = [
1919
'value' => null,

0 commit comments

Comments
 (0)