Skip to content

Commit

Permalink
add param name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangums authored May 15, 2024
1 parent 519e5dc commit 2779c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/src/StatsOverviewWidget/Stat.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function url(?string $url, bool $shouldOpenInNewTab = false): static
}

/**
* @param array<float> | null
* @param array<float> | null $chart
*/
public function chart(?array $chart): static
{
Expand Down

0 comments on commit 2779c5e

Please sign in to comment.