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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-06 01:08:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-06 11:02:59 +0400
commit0508e38d7d2247501ee2951e90e01724b79776b6 (patch)
tree68c2053a96363165728c6a0c429512e2efc92e54 /core/DataTable.php
parent3528547ccf8e7c2a354b31be2b7e0f4c7ebcc093 (diff)
refs #5896 this fixes some tests
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index 1e594e4e41..7bf7cceef5 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -1634,6 +1634,9 @@ class DataTable implements DataTableInterface, \IteratorAggregate
$thisRow->sumRow($row, $copyMeta = true, $this->getMetadata(self::COLUMN_AGGREGATION_OPS_METADATA_NAME));
}
+ /**
+ * @return \ArrayIterator|Row[]
+ */
public function getIterator() {
return new \ArrayIterator($this->rows);
}