Fix phpcs errors in includes/
[lhc/web/wiklou.git] / includes / parser / Preprocessor_DOM.php
index 5b71968..3435881 100644 (file)
@@ -203,7 +203,6 @@ class Preprocessor_DOM implements Preprocessor {
                if ( $cacheable ) {
                }
 
-
                if ( !$result ) {
                        throw new MWException( __METHOD__ . ' generated invalid XML' );
                }
@@ -752,7 +751,6 @@ class Preprocessor_DOM implements Preprocessor {
                $stack->rootAccum .= '</root>';
                $xml = $stack->rootAccum;
 
-
                return $xml;
        }
 }