summaryrefslogtreecommitdiff
path: root/app/Module/ModuleChartInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/ModuleChartInterface.php')
-rw-r--r--app/Module/ModuleChartInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ModuleChartInterface.php b/app/Module/ModuleChartInterface.php
index a68555b4be..4fc09fc9a9 100644
--- a/app/Module/ModuleChartInterface.php
+++ b/app/Module/ModuleChartInterface.php
@@ -74,7 +74,7 @@ interface ModuleChartInterface extends ModuleInterface
/**
* Attributes for the URL.
*
- * @return string[]
+ * @return array<string>
*/
public function chartUrlAttributes(): array;
}