From d9adcfe6169c6c10059a670f2ed984908eb4e105 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Wed, 23 Jul 2014 20:27:56 +0200 Subject: removed lots of trailing whitespace --- core/RankingQuery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/RankingQuery.php') 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}. -- cgit v1.2.3