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 <stefan@piwik.org>2013-08-15 14:05:09 +0400
committersgiehl <stefan@piwik.org>2013-08-15 14:05:09 +0400
commit6fd547027dd1fa6777d38e29192195f15a72cd76 (patch)
tree7b990bab29ce5eea6827f9fb5aa53ee74807e4c8 /core/ArchiveProcessor.php
parente7108e6d6bf3c8f5b3ac588cf092f4df6496add6 (diff)
fixed doc block
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 493aee7713..2be7f239fa 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -310,7 +310,7 @@ abstract class ArchiveProcessor
/**
* Returns the minimum archive processed datetime to look at
*
- * @return string Datetime string, or false if must look at any archive available
+ * @return int|bool Datetime timestamp, or false if must look at any archive available
*
* @public for tests
*/