Get rid of Title::indexTitle and Title::getIndexTitle()
[lhc/web/wiklou.git] / includes / TitleArrayFromResult.php
index f900538..4fcb2eb 100644 (file)
@@ -39,7 +39,7 @@ class TitleArrayFromResult extends TitleArray implements Countable {
        }
 
        /**
-        * @param $row ResultWrapper
+        * @param bool|ResultWrapper $row
         * @return void
         */
        protected function setCurrent( $row ) {
@@ -83,4 +83,4 @@ class TitleArrayFromResult extends TitleArray implements Countable {
        function valid() {
                return $this->current !== false;
        }
-}
\ No newline at end of file
+}