Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / libs / objectcache / APCBagOStuff.php
index c7f9c57..8f70fc7 100644 (file)
@@ -51,7 +51,7 @@ class APCBagOStuff extends BagOStuff {
         *
         * @param array $params
         */
-       public function __construct( array $params = array() ) {
+       public function __construct( array $params = [] ) {
                parent::__construct( $params );
 
                if ( isset( $params['nativeSerialize'] ) ) {