Skip to content

Commit 22990b6

Browse files
committed
Minor
1 parent 7662e28 commit 22990b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/Dash/ReportDefinition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
1414
* @method ReportDefinition dimension(string $dimension) dimension name
1515
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
16-
* @method ReportDefinition widgetClass(string $widgetClass) widgetClass class name for the report widget
16+
* @method ReportDefinition widget(string $widget) widget code or class name for the report widget
1717
* @method ReportDefinition metrics(array $metrics) metrics to display with the report
1818
* @method ReportDefinition dateStart(string $dateStart) dateStart
1919
* @method ReportDefinition dateEnd(string $dateEnd) dateEnd

0 commit comments

Comments
 (0)