build: Updating mediawiki/mediawiki-phan-config to 0.11.0

Change-Id: Ifb2eec4e791fd0de0a50d8ef85e0947ab9a891e7
This commit is contained in:
Umherirrender 2021-09-19 00:17:36 +02:00 committed by Subramanya Sastry
parent f7bc278673
commit c0ace40aaa

View file

@ -166,6 +166,7 @@ class Ref extends ExtensionTagHandler {
$bodyElt = $bodyElt->cloneNode( true );
foreach ( $bodyElt->childNodes as $child ) {
if ( DOMUtils::hasTypeOf( $child, 'mw:Cite/Follow' ) ) {
// @phan-suppress-next-line PhanTypeMismatchArgumentSuperType
DOMCompat::remove( $child );
}
}