Skip to content

Commit

Permalink
Hint attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Feb 17, 2024
1 parent 2045df3 commit 3037a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Components/ChartComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public function __construct(
$this->initializeChart();
}

/**
* @param array $data
*/
public static function make(...$args): static
{
return new static(...$args);
Expand Down

0 comments on commit 3037a30

Please sign in to comment.