Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / specials / SpecialFilepath.php
index 542589f..49caaa3 100644 (file)
@@ -29,7 +29,7 @@
 class SpecialFilepath extends RedirectSpecialPage {
        public function __construct() {
                parent::__construct( 'Filepath' );
-               $this->mAllowedRedirectParams = array( 'width', 'height' );
+               $this->mAllowedRedirectParams = [ 'width', 'height' ];
        }
 
        /**