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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:12:48 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:13:07 +0400
commit13297a804c38999aa790af93f1d599e3c809dc7d (patch)
treecdf7cb0b4df018853852a1af675041cd23944293 /core/DataTable/Filter/ReplaceSummaryRowLabel.php
parent54bb5200d2567e51ff5a77dcd4dfa89195c169d9 (diff)
Fixes #4200, revised rest of @api classes/methods, closing ticket.
Diffstat (limited to 'core/DataTable/Filter/ReplaceSummaryRowLabel.php')
-rw-r--r--core/DataTable/Filter/ReplaceSummaryRowLabel.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/DataTable/Filter/ReplaceSummaryRowLabel.php b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
index 8fb998b9e6..bb1d15df46 100644
--- a/core/DataTable/Filter/ReplaceSummaryRowLabel.php
+++ b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
@@ -19,10 +19,10 @@ use Piwik\Piwik;
* Replaces the label of the summary row with a supplied label.
*
* This filter is only used to prettify the summary row label and so it should
- * always be queued on a DataTable.
+ * always be queued on a {@link DataTable}.
*
- * This filter always recurses. In other words, this filter will apply itself to
- * all subtables in the given DataTable's hierarchy.
+ * This filter always recurses. In other words, this filter will always apply itself to
+ * all subtables in the given {@link DataTable}'s table hierarchy.
*
* **Basic example**
*
@@ -75,4 +75,4 @@ class ReplaceSummaryRowLabel extends Filter
}
}
}
-}
+} \ No newline at end of file