Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-01-06 00:56:29 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-06 00:56:55 +0300
commite6f17c270c775c1f50c6a23b22715d2fe75b8746 (patch)
tree6894eee90615ba8b59e593ac93186f56008615c2 /core/Plugin/Report.php
parentfb24efd2880f012a1ca95896f00c8eb5367c9dc9 (diff)
Fixes #6924
plugins/API/Reports/Get.php(70): Warning - array_merge(): Argument 2 is not an array
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index af61a33a0a..5f959864cb 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -405,7 +405,7 @@ class Report
* default metric translation for this metric using the {@hook Metrics.getDefaultMetricTranslations} event. If you
* want to overwrite any default metric translation you should overwrite this method, call this parent method to
* get all default translations and overwrite any custom metric translations.
- * @return array
+ * @return array|mixed
* @api
*/
public function getProcessedMetrics()