Merge "Update OOjs UI to v0.1.0-pre (46ccd5b3a7)"
[lhc/web/wiklou.git] / includes / Pager.php
index 28d2839..6a10e88 100644 (file)
@@ -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|stdClass $row Database row
+        * @return string
         */
        abstract function formatRow( $row );