Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / debug / logger / monolog / BufferHandler.php
index 5bcb7d5..331b718 100644 (file)
@@ -38,7 +38,7 @@ class BufferHandler extends BaseBufferHandler {
         */
        public function handle( array $record ) {
                if ( !$this->initialized ) {
-                       DeferredUpdates::addCallableUpdate( array( $this, 'close' ) );
+                       DeferredUpdates::addCallableUpdate( [ $this, 'close' ] );
                        $this->initialized = true;
                }
                return parent::handle( $record );