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:
authormattab <matthieu.aubry@gmail.com>2015-03-03 00:36:13 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-03 00:36:13 +0300
commit1f80b5fb3e709ddb753ab366d641b3e30ba15ea5 (patch)
treeb2b1191f57bbc9bbf1436728cbe6bcc2f8581889 /core/ArchiveProcessor.php
parentb017d015c6dd95a568872b4122056ed79acd8654 (diff)
Minor comment update
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index a8254259e8..58282e72d1 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -430,7 +430,7 @@ class ArchiveProcessor
* since unique visitors cannot be summed like other metrics.
*
* @param array Metrics Ids for which to aggregates count of values
- * @return int
+ * @return array of metrics, where the key is metricid and the value is the metric value
*/
protected function computeNbUniques($metrics)
{