maintenance/exportSites: Fix minor whitespace issue
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 20:49:49 +0000 (23:49 +0300)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 20:49:49 +0000 (23:49 +0300)
Opening parentheses should be followed by a single space.

Change-Id: I9d73334c3c79bf5277248c56e0f146a91938b35c

maintenance/exportSites.php

index c8dca24..145c924 100644 (file)
@@ -17,7 +17,7 @@ class ExportSites extends Maintenance {
        public function __construct() {
                $this->mDescription = 'Exports site definitions the sites table to XML file';
 
-               $this->addArg('file', 'A file to write the XML to (see docs/sitelist.txt). ' .
+               $this->addArg( 'file', 'A file to write the XML to (see docs/sitelist.txt). ' .
                        'Use "php://stdout" to write to stdout.', true
                );