Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / specials / SpecialPermanentLink.php
index 53789c0..2bd3ab7 100644 (file)
@@ -29,7 +29,7 @@
 class SpecialPermanentLink extends RedirectSpecialPage {
        public function __construct() {
                parent::__construct( 'PermanentLink' );
-               $this->mAllowedRedirectParams = array();
+               $this->mAllowedRedirectParams = [];
        }
 
        /**