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-13 19:24:13 +0400
committersgiehl <stefan@piwik.org>2013-08-14 15:02:40 +0400
commita8787a42ecedeee5b28fdb79fce9338541223353 (patch)
treed37be656f1b32e2a42f69059d8267aa1135fc573 /plugins/Actions
parent6a49b6055b330583a9282e92612e361d183043e4 (diff)
fixed some doc blocks
Diffstat (limited to 'plugins/Actions')
-rw-r--r--plugins/Actions/API.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index 81402e5f2d..1a7a551fa8 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -120,12 +120,13 @@ class API
}
/**
- * @param int $idSite
- * @param string $period
- * @param Date $date
- * @param bool $segment
- * @param bool $expanded
- * @param bool $idSubtable
+ * @param int $idSite
+ * @param string $period
+ * @param Date $date
+ * @param bool $segment
+ * @param bool $expanded
+ * @param bool|int $idSubtable
+ * @param bool|int $depth
*
* @return DataTable|DataTable\Map
*/