From 5f158c7d65744e9408c62f5874deef71aa48eedd Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 22 Oct 2017 16:25:00 +0200 Subject: [PATCH] Remove @codingStandardsIgnore after upstream fix Issue #1604 was fixed - https://github.com/squizlabs/PHP_CodeSniffer/issues/1604 Change-Id: Id81cb820e42123007ae8696422bebf588e274437 --- includes/parser/ParserOptions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index c7146a1306..5e2845ffe2 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -1062,13 +1062,11 @@ class ParserOptions { 'speculativeRevIdCallback' => null, ]; - // @codingStandardsIgnoreStart Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfterAmp Hooks::run( 'ParserOptionsRegister', [ &self::$defaults, &self::$inCacheKey, &self::$lazyOptions, ] ); - // @codingStandardsIgnoreEnd ksort( self::$inCacheKey ); } -- 2.20.1