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:
Diffstat (limited to 'plugins/API/RowEvolution.php')
-rw-r--r--plugins/API/RowEvolution.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/API/RowEvolution.php b/plugins/API/RowEvolution.php
index acd1254acc..67070f4f7a 100644
--- a/plugins/API/RowEvolution.php
+++ b/plugins/API/RowEvolution.php
@@ -79,7 +79,7 @@ class RowEvolution
}
/**
- * @param array $labels
+ * @param array $labels
* @param DataTable\Map $dataTable
* @return mixed
*/
@@ -99,8 +99,8 @@ class RowEvolution
}
/**
- * @param DataTable\Map $dataTable
- * @param array $labels
+ * @param DataTable\Map $dataTable
+ * @param array $labels
* @return array
*/
protected function getLabelsFromDataTable($dataTable, $labels)
@@ -186,10 +186,10 @@ class RowEvolution
}
/**
- * @param Row $row
- * @param string $apiModule
- * @param string $apiAction
- * @param bool $labelUseAbsoluteUrl
+ * @param Row $row
+ * @param string $apiModule
+ * @param string $apiAction
+ * @param bool $labelUseAbsoluteUrl
* @return bool|string
*/
private function getRowUrlForEvolutionLabel($row, $apiModule, $apiAction, $labelUseAbsoluteUrl)