Upgrade phan config to 0.7.1
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisionsBase.php
index 7c92b35..90e5480 100644 (file)
@@ -512,6 +512,7 @@ abstract class ApiQueryRevisionsBase extends ApiQueryGeneratorBase {
                                        Parser::OT_PREPROCESS
                                );
                                $dom = $parser->preprocessToDom( $t );
+                               // @phan-suppress-next-line PhanUndeclaredMethodInCallable
                                if ( is_callable( [ $dom, 'saveXML' ] ) ) {
                                        // @phan-suppress-next-line PhanUndeclaredMethod
                                        $xml = $dom->saveXML();