From f1972940abaeabfd1b9110475a623be228c6a39c Mon Sep 17 00:00:00 2001 From: mattab Date: Wed, 13 Nov 2013 14:51:14 +1300 Subject: Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation only (code reuse) --- core/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Archive.php') diff --git a/core/Archive.php b/core/Archive.php index d041963d3c..b95544dfbc 100644 --- a/core/Archive.php +++ b/core/Archive.php @@ -392,7 +392,7 @@ class Archive * loaded. Those subtables, however, will NOT have their subtables loaded. * @param bool $addMetadataSubtableId Whether to add the database subtable ID as metadata to each datatable, * or not. - * @return DataTable + * @return DataTable|DataTable\Map */ public function getDataTableExpanded($name, $idSubtable = null, $depth = null, $addMetadataSubtableId = true) { -- cgit v1.2.3