From 6b365ffe63460c230f29f36ab93bfcc307d5dd81 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 1 Nov 2024 11:44:51 +1100 Subject: [PATCH] =?UTF-8?q?title=20=E2=86=92=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Auth/Models/Role.php | 2 +- src/Element/Dash/ReportDefinition.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Auth/Models/Role.php b/src/Auth/Models/Role.php index 75ae429d9..fb73d1f00 100644 --- a/src/Auth/Models/Role.php +++ b/src/Auth/Models/Role.php @@ -178,7 +178,7 @@ public function hasAnyAccess(array $permissions) /** * setPermissionsAttribute validates the permissions when set - * @param array $permissions + * @param string $permissions * @return void */ public function setPermissionsAttribute($permissions) diff --git a/src/Element/Dash/ReportDefinition.php b/src/Element/Dash/ReportDefinition.php index f1c64c5b4..de2fdd1fb 100644 --- a/src/Element/Dash/ReportDefinition.php +++ b/src/Element/Dash/ReportDefinition.php @@ -6,7 +6,7 @@ * ReportDefinition * * @method ReportDefinition reportName(string $name) reportName for this report - * @method ReportDefinition title(string $title) title for this report + * @method ReportDefinition label(string $label) label for this report * @method ReportDefinition type(string $type) type for display mode, eg: indicator, static * @method ReportDefinition row(int $row) row number where the report should be placed * @method ReportDefinition width(int $width) width to display the report