Merge "database: Add extra sanity check to selectFieldValues()"
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 9c6f1f0..4a08185 100644 (file)
@@ -24,7 +24,6 @@
  * Locations of core classes
  * Extension classes are specified with $wgAutoloadClasses
  * This array is a global instead of a static member of AutoLoader to work around a bug in APC
- * This array is now generated by maintenance/generateLocalAutoload.php
  */
 require_once __DIR__ . '/../autoload.php';
 
@@ -112,4 +111,4 @@ class AutoLoader {
        }
 }
 
-spl_autoload_register( array( 'AutoLoader', 'autoload' ) );
+spl_autoload_register( [ 'AutoLoader', 'autoload' ] );