Skip to content

Commit

Permalink
Merge pull request #12804 from juliangums/patch-1
Browse files Browse the repository at this point in the history
add param name
  • Loading branch information
danharrin authored May 15, 2024
2 parents 519e5dc + 2779c5e commit 1a40559
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 1a40559

Please sign in to comment.