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:
Diffstat (limited to 'plugins/Annotations/API.php')
-rwxr-xr-xplugins/Annotations/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Annotations/API.php b/plugins/Annotations/API.php
index d574ebd76d..6f4b603b79 100755
--- a/plugins/Annotations/API.php
+++ b/plugins/Annotations/API.php
@@ -12,9 +12,9 @@ namespace Piwik\Plugins\Annotations;
use Exception;
use Piwik\Date;
+
use Piwik\Period;
use Piwik\Period\Range;
-
use Piwik\Piwik;
use Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Evolution as EvolutionViz;
use Piwik\ViewDataTable;
@@ -308,7 +308,7 @@ class API
* @param string|bool $date The start date of the period (or the date range of a range
* period).
* @param string $period The period type ('day', 'week', 'month', 'year' or 'range').
- * @param bool|int $lastN Whether to include the last N periods in the range or not.
+ * @param bool|int $lastN Whether to include the last N periods in the range or not.
* Ignored if period == range.
*
* @return Date[] array of Date objects or array(false, false)