diff --git a/ContributionScores_body.php b/ContributionScores_body.php index 0b0c50f..97d6fb2 100644 --- a/ContributionScores_body.php +++ b/ContributionScores_body.php @@ -18,6 +18,7 @@ class ContributionScores extends IncludableSpecialPage { } /// Generates a "Contribution Scores" table for a given LIMIT and date range + /** * Function generates Contribution Scores tables in HTML format (not wikiText) * diff --git a/composer.json b/composer.json index 0cab2f3..bf0b315 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "jakub-onderka/php-parallel-lint": "1.0.0", - "mediawiki/mediawiki-codesniffer": "24.0.0", + "mediawiki/mediawiki-codesniffer": "26.0.0", "jakub-onderka/php-console-highlighter": "0.3.2", "mediawiki/minus-x": "0.3.1" },