build: Bump mediawiki-phan-config to 0.8.0
[lhc/web/wiklou.git] / includes / api / ApiOpenSearch.php
index 7fcb818..6d66f5a 100644 (file)
@@ -251,7 +251,6 @@ class ApiOpenSearch extends ApiBase {
                                        if ( is_string( $r['extract'] ) && $r['extract'] !== '' ) {
                                                $item['Description'] = $r['extract'];
                                        }
-                                       // @phan-suppress-next-line PhanTypeArraySuspiciousNullable
                                        if ( is_array( $r['image'] ) && isset( $r['image']['source'] ) ) {
                                                $item['Image'] = array_intersect_key( $r['image'], $imageKeys );
                                        }