Merge "Chinese Conversion Table Update 2016-2"
[lhc/web/wiklou.git] / includes / search / SearchResultSet.php
index eccd36e..69795e7 100644 (file)
@@ -54,7 +54,7 @@ class SearchResultSet {
         * @return array
         */
        function termMatches() {
-               return array();
+               return [];
        }
 
        function numRows() {
@@ -129,7 +129,7 @@ class SearchResultSet {
        /**
         * Return a result set of hits on other (multiple) wikis associated with this one
         *
-        * @return SearchResultSet
+        * @return SearchResultSet[]
         */
        function getInterwikiResults( $type = self::SECONDARY_RESULTS ) {
                return null;
@@ -154,6 +154,12 @@ class SearchResultSet {
                return false;
        }
 
+       /**
+        * Rewind result set back to begining
+        */
+       function rewind() {
+       }
+
        /**
         * Frees the result set, if applicable.
         */