Merge "RCFilters: Basic implementation of live updates"
[lhc/web/wiklou.git] / includes / specials / SpecialDiff.php
index 8b5d31a..9804e77 100644 (file)
@@ -39,7 +39,7 @@
 class SpecialDiff extends RedirectSpecialPage {
        public function __construct() {
                parent::__construct( 'Diff' );
-               $this->mAllowedRedirectParams = array();
+               $this->mAllowedRedirectParams = [];
        }
 
        /**