Skip to content

Commit 3037a30

Browse files
Hint attributes
1 parent 2045df3 commit 3037a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/ChartComponent.php

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ public function __construct(
2121
$this->initializeChart();
2222
}
2323

24+
/**
25+
* @param array $data
26+
*/
2427
public static function make(...$args): static
2528
{
2629
return new static(...$args);

0 commit comments

Comments
 (0)