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 '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 70977f7d01..21d250ab47 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -208,7 +208,7 @@ class RankingQuery
* The object has to be configured first using the other methods.
*
* @param $innerQuery string The "payload" query that does the actual data aggregation. The ordering
- * has to be specified in this query. [RankingQuery](#) cannot apply ordering
+ * has to be specified in this query. {@link RankingQuery} cannot apply ordering
* itself.
* @param $bind array Bindings for the inner query.
* @return array The format depends on which methods have been used
@@ -266,7 +266,7 @@ class RankingQuery
* yourself, use this method.
*
* @param $innerQuery string The "payload" query that does the actual data aggregation. The ordering
- * has to be specified in this query. [RankingQuery](#) cannot apply ordering
+ * has to be specified in this query. {@link RankingQuery} cannot apply ordering
* itself.
* @return string The entire ranking query SQL.
*/