From 1b01b241aeec9fd7688a8263cbb00a972e894652 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 16:31:04 +0000 Subject: - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. --- includes/pager.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/pager.inc') 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) { -- cgit v1.2.3