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-09 20:13:55 +0400
committersgiehl <stefan@piwik.org>2013-08-09 20:18:14 +0400
commit37ac5a83f2c90c9343591ddd5e0ded2677b3bad2 (patch)
tree035257d93ed75c29cdb7d15186192814d2ae25c3 /plugins/API/RowEvolution.php
parentcb98946dd1d80db8e42313c3709e68f4e9264255 (diff)
doc blocks
Diffstat (limited to 'plugins/API/RowEvolution.php')
-rw-r--r--plugins/API/RowEvolution.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/API/RowEvolution.php b/plugins/API/RowEvolution.php
index f8ff5e2235..7d60c317f3 100644
--- a/plugins/API/RowEvolution.php
+++ b/plugins/API/RowEvolution.php
@@ -201,14 +201,14 @@ class Piwik_API_RowEvolution
}
/**
- * @param $idSite
- * @param $period
- * @param $date
- * @param $apiModule
- * @param $apiAction
- * @param $label
- * @param $segment
- * @param $idGoal
+ * @param int $idSite
+ * @param string $period
+ * @param string $date
+ * @param string $apiModule
+ * @param string $apiAction
+ * @param string|bool $label
+ * @param string|bool $segment
+ * @param int|bool $idGoal
* @throws Exception
* @return DataTable\Map|DataTable
*/