Skip to content

Commit

Permalink
πŸ’š fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed May 24, 2023
1 parent 677e333 commit 0ba6c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

final class Filter
{
/** @var array<int, FormInterface> */
/** @var array<int|string, FormInterface> */
private array $forms;

public function __construct(private FormFactoryInterface $formFactory, private RequestStack $requestStack)
Expand Down

0 comments on commit 0ba6c34

Please sign in to comment.