From ec29ca7a16f8b520fcc67cab554c63a6d8a42f3a Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 3 Dec 2013 22:50:59 +0100 Subject: [PATCH] Update documentation for IndexPager::formatRow() Change-Id: Ifae56ee598a22e0066bcd51bb80bfc054cda9c68 --- includes/Pager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Pager.php b/includes/Pager.php index 28d2839057..19c3c43fb0 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -659,8 +659,8 @@ abstract class IndexPager extends ContextSource implements Pager { * representing the result row $row. Rows will be concatenated and * returned by getBody() * - * @param $row Object: database row - * @return String + * @param array $row Database row + * @return string */ abstract function formatRow( $row ); -- 2.20.1