From: Umherirrender Date: Sun, 22 Oct 2017 14:25:00 +0000 (+0200) Subject: Remove @codingStandardsIgnore after upstream fix X-Git-Tag: 1.31.0-rc.0~1699^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=5f158c7d65744e9408c62f5874deef71aa48eedd;p=lhc%2Fweb%2Fwiklou.git Remove @codingStandardsIgnore after upstream fix Issue #1604 was fixed - https://github.com/squizlabs/PHP_CodeSniffer/issues/1604 Change-Id: Id81cb820e42123007ae8696422bebf588e274437 --- 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 ); }