Pass phpcs-strict on maintenance/ (3/8)
[lhc/web/wiklou.git] / maintenance / preprocessDump.php
index 25ef1a7..c69e5c2 100644 (file)
@@ -87,7 +87,8 @@ class PreprocessDump extends DumpIterator {
                try {
                        $this->mPreprocessor->preprocessToObj( strval( $content->getNativeData() ), 0 );
                } catch ( Exception $e ) {
-                       $this->error( "Caught exception " . $e->getMessage() . " in " . $rev->getTitle()->getPrefixedText() );
+                       $this->error( "Caught exception " . $e->getMessage() . " in "
+                               . $rev->getTitle()->getPrefixedText() );
                }
        }
 }