From 0b3e3b76228cbefdc622aee74e8b72e997bcf6bb Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 26 Sep 2015 16:00:56 +0100 Subject: [PATCH] Re-enable Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines Add extra whitespace line too Change-Id: Ia33c9b63c36f121e5e9283c6d4a2b024a1821a43 --- phpcs.xml | 1 - tests/phpunit/includes/OutputPageTest.php | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index f34b274edb..08ea1833a5 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -18,7 +18,6 @@ - . diff --git a/tests/phpunit/includes/OutputPageTest.php b/tests/phpunit/includes/OutputPageTest.php index f0d905e599..fbb398277b 100644 --- a/tests/phpunit/includes/OutputPageTest.php +++ b/tests/phpunit/includes/OutputPageTest.php @@ -323,8 +323,6 @@ class OutputPageTest extends MediaWikiTestCase { array( 'Cookie', array( 'string-contains=phpsessid' ) ), array( 'Cookie', array( 'string-contains=phpsessid' ) ), array( 'Accept-Language', array( 'string-contains=en', 'string-contains=en' ) ), - - ), 'Vary: Cookie, Accept-Language', 'X-Vary-Options: Cookie;string-contains=phpsessid,Accept-Language;string-contains=en', @@ -359,6 +357,7 @@ class NullMessageBlobStore extends MessageBlobStore { public function updateMessage( $key ) { } + public function clear() { } } -- 2.20.1