Merge "Fix issues identified by SpaceBeforeSingleLineComment sniff"
[lhc/web/wiklou.git] / includes / installer / Installer.php
index f426081..10dfa77 100644 (file)
@@ -1750,7 +1750,7 @@ abstract class Installer {
                                User::newFromName( 'MediaWiki default' )
                        );
                } catch ( Exception $e ) {
-                       //using raw, because $wgShowExceptionDetails can not be set yet
+                       // using raw, because $wgShowExceptionDetails can not be set yet
                        $status->fatal( 'config-install-mainpage-failed', $e->getMessage() );
                }