X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2Fsearch%2FSearchResultSet.php;h=f25c7283eb77e01e15976c20fbf96865a1e9ba82;hb=01c63a5eb5608e9eb6579f2948c237752214cf1c;hp=89d2299b1bc6c804e97a0bb25286b5177e0a0f8e;hpb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchResultSet.php b/includes/search/SearchResultSet.php index 89d2299b1b..f25c7283eb 100644 --- a/includes/search/SearchResultSet.php +++ b/includes/search/SearchResultSet.php @@ -152,6 +152,7 @@ class SearchResultSet { /** * Return a result set of hits on other (multiple) wikis associated with this one * + * @param int $type * @return SearchResultSet[] */ function getInterwikiResults( $type = self::SECONDARY_RESULTS ) { @@ -161,6 +162,7 @@ class SearchResultSet { /** * Check if there are results on other wikis * + * @param int $type * @return bool */ function hasInterwikiResults( $type = self::SECONDARY_RESULTS ) {