summaryrefslogtreecommitdiff
path: root/includes/pager.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pager.inc')
-rw-r--r--includes/pager.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pager.inc b/includes/pager.inc
index 54616ea33..211fe9a76 100644
--- a/includes/pager.inc
+++ b/includes/pager.inc
@@ -127,8 +127,8 @@ class PagerDefault extends SelectQueryExtender {
* The count query may be specified manually or, by default, taken from the
* query we are extending.
*
- * @return
- * A count SelectQueryInterface object.
+ * @return SelectQueryInterface
+ * A count query object.
*/
protected function getCountQuery() {
if ($this->customCountQuery) {