Merge "Fix issues identified by SpaceBeforeSingleLineComment sniff"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 26 Sep 2015 23:18:06 +0000 (23:18 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 26 Sep 2015 23:18:06 +0000 (23:18 +0000)
1  2 
includes/installer/Installer.php

@@@ -375,8 -375,6 +375,8 @@@ abstract class Installer 
                        CACHE_DB => $emptyCache,
                        CACHE_ANYTHING => $emptyCache,
                        CACHE_MEMCACHED => $emptyCache,
 +                      // Set hash object cache (e.g. used in ResourceLoader LESS caching) - bug T113843
 +                      'hash' => array( 'class' => 'HashBagOStuff' ),
                );
  
                // Load the installer's i18n.
                                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() );
                }