Merge "Pass phpcs-strict on various files in includes/"
[lhc/web/wiklou.git] / maintenance / parse.php
index 0ec1de9..9af57da 100644 (file)
@@ -116,10 +116,10 @@ class CLIParser extends Maintenance {
         * @return Title object
         */
        protected function getTitle() {
-               $title =
-                       $this->getOption( 'title' )
+               $title = $this->getOption( 'title' )
                        ? $this->getOption( 'title' )
                        : 'CLIParser';
+
                return Title::newFromText( $title );
        }