search: getInterwikiResults returns array of SearchResultSets
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 14 Apr 2016 16:04:12 +0000 (09:04 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 14 Apr 2016 16:04:12 +0000 (09:04 -0700)
commit5f26e87b7921d85eedd56edfe81a2d9089471180
tree6bd62948957e240e29d8b8104d68aa05c492f06a
parent15483b22d7d504e3c22cfc832296d52f5c6ad340
search: getInterwikiResults returns array of SearchResultSets

This function was incorrectly annotated. We can clearly see from the
code that uses it, such as in SpecialSearch, that this is an array of
SearchResultSet objects.

Bug: T132625
Change-Id: I4af07d3c9a9b08fd1fa438ddb6b781f78472b26c
includes/search/SearchResultSet.php