Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / WebStart.php
index 7bc3039..29ad456 100644 (file)
@@ -26,7 +26,6 @@
  * @file
  */
 
-
 # bug 15461: Make IE8 turn off content sniffing. Everybody else should ignore this
 # We're adding it here so that it's *always* set, even for alternate entry
 # points and when $wgOut gets disabled or overridden.
@@ -67,7 +66,7 @@ require_once "$IP/includes/AutoLoader.php";
 require_once "$IP/includes/Defines.php";
 
 # Start the profiler
-$wgProfiler = array();
+$wgProfiler = [];
 if ( file_exists( "$IP/StartProfiler.php" ) ) {
        require "$IP/StartProfiler.php";
 }