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-10 17:55:28 +0400
committersgiehl <stefan@piwik.org>2013-08-10 17:55:28 +0400
commit8386cf448f2f395622245567903b0715ef14dd32 (patch)
tree5038e141ff2fb25a7dcf298c5e3e20a71f71fb86 /core/Period.php
parent64ca5d548c0cf0c4eef9f5f104901fbf14800127 (diff)
added some inline variable type hints / fixed some doc blocks
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index 3c04d54308..725bc71ba5 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -261,7 +261,7 @@ abstract class Period
* Returns Period_Day for a period made of days (week, month),
* Period_Month for a period made of months (year)
*
- * @return array Period
+ * @return Period[]
*/
public function getSubperiods()
{