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:
authorThomas Steur <tsteur@users.noreply.github.com>2013-11-13 00:36:40 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2013-11-13 00:36:40 +0400
commit4d81dd9a31727619fe88b9382a0c34e48c2e0c3b (patch)
treec3a3cf71149b52079d810edf434fa5fb315787f9 /core/Period.php
parent5570533e38a632bdaf11cecdf2a08bd5cd0e1ac7 (diff)
finish short sentence
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Period.php b/core/Period.php
index a0b28ecc6f..749d88c114 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -78,7 +78,7 @@ abstract class Period
*
* Note: This method cannot create Range periods.
*
- * @param string $strPeriod `"day"`, `"week"`, `"month"`, `"year"`, `"range"`
+ * @param string $strPeriod `"day"`, `"week"`, `"month"`, `"year"`, `"range"`.
* @param Date|string $date A date within the period or the range of dates.
* @throws Exception If `$strPeriod` is invalid.
* @return \Piwik\Period
@@ -334,4 +334,4 @@ abstract class Period
{
return $this->getDateStart()->toString("Y-m-d") . "," . $this->getDateEnd()->toString("Y-m-d");
}
-} \ No newline at end of file
+}