Skip to content

Commit

Permalink
Fix FormView $vars (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Mar 23, 2021
1 parent 69bc80d commit 39ac9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stubs/common/forms/FormView.stubphp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FormView implements \ArrayAccess, \IteratorAggregate, \Countable
* @psalm-suppress MixedArrayAssignment
* @psalm-suppress InvalidArrayOffset
*
* @psalm-var array{value: ?T, attr: array<array-key, mixed>}
* @psalm-var array<string, mixed>&array{value: ?T, attr: array<array-key, mixed>, string}
*/
public array $vars = [
'value' => null,
Expand Down

0 comments on commit 39ac9e4

Please sign in to comment.