From 062af789576c389fa3f77c58d96de8253087a63d Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 26 Sep 2015 17:41:22 +0100 Subject: [PATCH] Re-enable Squiz.WhiteSpace.SemicolonSpacing.Incorrect Change-Id: Ie86c512fbca07f41b252d95de3ab92da3a050e72 --- phpcs.xml | 1 - tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index d1453e3f9e..9ad543529c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -10,7 +10,6 @@ - . diff --git a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php index 0368219132..679382b6e3 100644 --- a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php +++ b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php @@ -103,7 +103,7 @@ class MigrateFileRepoLayoutTest extends MediaWikiTestCase { . '/' . substr( $sha1, 2, 1 ) . '/' - . $sha1 ; + . $sha1; $this->assertEquals( file_get_contents( $expectedOriginalFilepath ), $this->text, 'New sha1 file should be exist and have the right contents' ); -- 2.20.1