mediawiki/extensions/Cognate: main (log #358227)

sourcepatches

This run took 21 seconds.

From 3b216ada915cb251ec35d4997788e45c99faf473 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 22 Jul 2021 06:10:28 +0000
Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 37.0.0

Change-Id: I89484234194e3fa9c9916b83bcb1affe6416f881
---
 composer.json                                      | 2 +-
 tests/phpunit/CognateIntegrationTest.php           | 2 +-
 tests/phpunit/CognateStoreIntegrationTest.php      | 2 +-
 tests/phpunit/hooks/CognatePageHookHandlerTest.php | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index dee4816..beecd42 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "36.0.0",
+		"mediawiki/mediawiki-codesniffer": "37.0.0",
 		"mediawiki/mediawiki-phan-config": "0.10.6",
 		"mediawiki/minus-x": "1.1.1",
 		"php-parallel-lint/php-console-highlighter": "0.5.0",
diff --git a/tests/phpunit/CognateIntegrationTest.php b/tests/phpunit/CognateIntegrationTest.php
index 9182086..aa8d6fb 100644
--- a/tests/phpunit/CognateIntegrationTest.php
+++ b/tests/phpunit/CognateIntegrationTest.php
@@ -34,7 +34,7 @@ class CognateIntegrationTest extends MediaWikiTestCase {
 	/** @var string */
 	private $dbName;
 
-	public function setUp() : void {
+	public function setUp(): void {
 		parent::setUp();
 
 		$this->markTestSkippedIfNo64bit();
diff --git a/tests/phpunit/CognateStoreIntegrationTest.php b/tests/phpunit/CognateStoreIntegrationTest.php
index ad18000..1c5b7d9 100644
--- a/tests/phpunit/CognateStoreIntegrationTest.php
+++ b/tests/phpunit/CognateStoreIntegrationTest.php
@@ -29,7 +29,7 @@ class CognateStoreIntegrationTest extends \MediaWikiTestCase {
 	/** @var int */
 	private $UTPageNameHash;
 
-	protected function setUp() : void {
+	protected function setUp(): void {
 		parent::setUp();
 
 		$this->markTestSkippedIfNo64bit();
diff --git a/tests/phpunit/hooks/CognatePageHookHandlerTest.php b/tests/phpunit/hooks/CognatePageHookHandlerTest.php
index f236e01..97f8159 100644
--- a/tests/phpunit/hooks/CognatePageHookHandlerTest.php
+++ b/tests/phpunit/hooks/CognatePageHookHandlerTest.php
@@ -27,7 +27,7 @@ class CognatePageHookHandlerTest extends \MediaWikiTestCase {
 	 */
 	private $repo;
 
-	public function setUp() : void {
+	public function setUp(): void {
 		parent::setUp();
 		$repo = $this->getMockBuilder( CognateRepo::class )
 			->disableOriginalConstructor()
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.