X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2Fpagers%2FContribsPager.php;h=c3fa2b154f167caf2e60b8c67107312424e92aef;hb=68923d7a2385b4822bfc9f14f83567c2efacabd2;hp=85faddc2e3e743e4127c90c9b0866b4824a2b933;hpb=b5370206ff602728c08403f14756d4339bf0a708;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index 85faddc2e3..c3fa2b154f 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -634,7 +634,7 @@ class ContribsPager extends RangeChronologicalPager { * @param array $opts Options array * @return array Options array with processed start and end date filter options */ - public static function processDateFilter( $opts ) { + public static function processDateFilter( array $opts ) { $start = isset( $opts['start'] ) ? $opts['start'] : ''; $end = isset( $opts['end'] ) ? $opts['end'] : ''; $year = isset( $opts['year'] ) ? $opts['year'] : '';