Merge "Use gettype only for debugging text"
[lhc/web/wiklou.git] / includes / installer / CliInstaller.php
index 997255d..bb7e877 100644 (file)
@@ -191,7 +191,7 @@ class CliInstaller extends Installer {
                }
        }
 
-       public function envCheckPath( ) {
+       public function envCheckPath() {
                if ( !$this->specifiedScriptPath ) {
                        $this->showMessage( 'config-no-cli-uri', $this->getVar( "wgScriptPath" ) );
                }