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:
authorsgiehl <stefangiehl@gmail.com>2012-12-11 01:26:41 +0400
committersgiehl <stefangiehl@gmail.com>2012-12-11 01:26:41 +0400
commit66f8fc3e0a2c97a22491bfaae3a16950f01425ed (patch)
tree41d651c6534f451de0e31ed772dc9a89f5c3edda /core/Archive.php
parentbe67fc13a46b9b380f9be0befa9b741702ce17a9 (diff)
fixed some docblocks
git-svn-id: http://dev.piwik.org/svn/trunk@7593 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 082c4fa00a..63251f8487 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -361,7 +361,7 @@ abstract class Piwik_Archive
* @param string $segment
* @param bool $expanded
* @param null $idSubtable
- * @return Piwik_DataTable
+ * @return Piwik_DataTable|Piwik_DataTable_Array
*/
static public function getDataTableFromArchive($name, $idSite, $period, $date, $segment, $expanded, $idSubtable = null )
{