File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ public function hasAnyAccess(array $permissions)
178
178
179
179
/**
180
180
* setPermissionsAttribute validates the permissions when set
181
- * @param array $permissions
181
+ * @param string $permissions
182
182
* @return void
183
183
*/
184
184
public function setPermissionsAttribute ($ permissions )
Original file line number Diff line number Diff line change 6
6
* ReportDefinition
7
7
*
8
8
* @method ReportDefinition reportName(string $name) reportName for this report
9
- * @method ReportDefinition title (string $title) title for this report
9
+ * @method ReportDefinition label (string $label) label for this report
10
10
* @method ReportDefinition type(string $type) type for display mode, eg: indicator, static
11
11
* @method ReportDefinition row(int $row) row number where the report should be placed
12
12
* @method ReportDefinition width(int $width) width to display the report
You can’t perform that action at this time.
0 commit comments