build: Updating dependencies
composer: * mediawiki/mediawiki-codesniffer: 41.0.0 → 43.0.0 * php-parallel-lint/php-parallel-lint: 1.3.2 → 1.4.0 npm: * eslint-config-wikimedia: 0.25.0 → 0.27.0 * grunt-banana-checker: 0.10.0 → 0.11.1 * grunt-eslint: 24.0.1 → 24.3.0 Change-Id: Iee9ef20b4984ad7459d77cc77c59394667954370
This commit is contained in:
parent
645c945994
commit
548a1f177c
4 changed files with 1487 additions and 1030 deletions
|
@ -391,7 +391,7 @@ class ContributionScores extends IncludableSpecialPage {
|
|||
$out->addWikiMsg( 'contributionscores-info' );
|
||||
|
||||
foreach ( $wgContribScoreReports as $scoreReport ) {
|
||||
list( $days, $revs ) = $scoreReport;
|
||||
[ $days, $revs ] = $scoreReport;
|
||||
if ( $days > 0 ) {
|
||||
$reportTitle = $this->msg( 'contributionscores-days' )->numParams( $days )->text();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue