build: Bump mediawiki-phan-config to 0.8.0
[lhc/web/wiklou.git] / includes / specials / SpecialLinkSearch.php
index 60aedda..da4de21 100644 (file)
@@ -182,6 +182,7 @@ class SpecialLinkSearch extends QueryPage {
                }
 
                $orderBy = [];
+               // @phan-suppress-next-line PhanTypeMismatchDimFetch
                if ( !isset( $this->mungedQuery['el_index_60'] ) ) {
                        $orderBy[] = 'el_index_60';
                }