X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialFilepath.php;h=c18faa12d37d7d8004334fd6932da14aec877751;hb=ccc2925f920b360d0ddd8bf311c340355d243c04;hp=542589f333d4634863b71f95077dd9d8863c2bec;hpb=8c087b9fd13d9302ec1be2176ef1ae344b3f8273;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialFilepath.php b/includes/specials/SpecialFilepath.php index 542589f333..c18faa12d3 100644 --- a/includes/specials/SpecialFilepath.php +++ b/includes/specials/SpecialFilepath.php @@ -29,13 +29,13 @@ class SpecialFilepath extends RedirectSpecialPage { public function __construct() { parent::__construct( 'Filepath' ); - $this->mAllowedRedirectParams = array( 'width', 'height' ); + $this->mAllowedRedirectParams = [ 'width', 'height' ]; } /** * Implement by redirecting through Special:Redirect/file. * - * @param string|null $subpage + * @param string|null $par * @return Title */ public function getRedirect( $par ) {