summaryrefslogtreecommitdiff
path: root/includes/pager.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:31:04 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:31:04 +0000
commit1b01b241aeec9fd7688a8263cbb00a972e894652 (patch)
tree8cc6ece5b812a42d2d939aea0f887b4302d8a9ca /includes/pager.inc
parent99128df8d030061a94e093a0a6da91e11f8453cd (diff)
downloadbrdo-1b01b241aeec9fd7688a8263cbb00a972e894652.tar.gz
brdo-1b01b241aeec9fd7688a8263cbb00a972e894652.tar.bz2
- Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs.
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) {