X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialFilepath.php;h=c18faa12d37d7d8004334fd6932da14aec877751;hp=542589f333d4634863b71f95077dd9d8863c2bec;hb=802c199d0bd80ff0f4d730c61fd58cbf08a52d8d;hpb=04fdc78370dbc042116488d6826e19bf3910273b 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 ) {