From eaaf560d99031f63d04f87b99b94db7898cdb331 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 26 Feb 2021 23:42:29 +0100 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 35.0.0 Change-Id: Ib411b8fbec93f469e4f4812f60f8349207744ecd --- composer.json | 2 +- tests/phpunit/PopupsContextTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b90e2befe..3cf5aea69 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "php-parallel-lint/php-parallel-lint": "1.2.0", - "mediawiki/mediawiki-codesniffer": "34.0.0", + "mediawiki/mediawiki-codesniffer": "35.0.0", "php-parallel-lint/php-console-highlighter": "0.5.0", "mediawiki/minus-x": "1.1.0", "mediawiki/mediawiki-phan-config": "0.10.6" diff --git a/tests/phpunit/PopupsContextTest.php b/tests/phpunit/PopupsContextTest.php index 520f87158..0905b6a81 100644 --- a/tests/phpunit/PopupsContextTest.php +++ b/tests/phpunit/PopupsContextTest.php @@ -40,7 +40,7 @@ class PopupsContextTest extends MediaWikiTestCase { * Helper method to quickly build Popups Context * @param ExtensionRegistry|null $registry * @param PopupsGadgetsIntegration|null $integration - * @param EventLogger $eventLogger + * @param EventLogger|null $eventLogger * @return PopupsContext */ protected function getContext( $registry = null, $integration = null, $eventLogger = null ) {