Skip to content

Commit

Permalink
fix phpDoc block
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 5, 2024
1 parent 8162500 commit a9a56bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Property/RequestParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
trait RequestParameters
{
/**
* @var string[]
* @var array<string, mixed>
*/
protected array $parameters;

Expand Down

0 comments on commit a9a56bb

Please sign in to comment.