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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /core/RankingQuery.php
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index 0f4db68ab4..f40ae1273e 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -88,7 +88,7 @@ class RankingQuery
/**
* Constructor.
- *
+ *
* @param int|false $limit The result row limit. See {@link setLimit()}.
*/
public function __construct($limit = false)
@@ -178,7 +178,7 @@ class RankingQuery
* for each possible value you provide (where the rows of each set have a column value
* that equals a possible value). Each of these new sets of rows will be individually
* limited resulting in several limited result sets.
- *
+ *
* For example, you can run a query aggregating some data on the log_action table and
* partition by log_action.type with the possible values of {@link Piwik\Tracker\Action::TYPE_PAGE_URL},
* {@link Piwik\Tracker\Action::TYPE_OUTLINK}, {@link Piwik\Tracker\Action::TYPE_DOWNLOAD}.