Remove @codingStandardsIgnore after upstream fix
authorUmherirrender <umherirrender_de.wp@web.de>
Sun, 22 Oct 2017 14:25:00 +0000 (16:25 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 22 Oct 2017 14:25:00 +0000 (16:25 +0200)
Issue #1604 was fixed -
https://github.com/squizlabs/PHP_CodeSniffer/issues/1604

Change-Id: Id81cb820e42123007ae8696422bebf588e274437

includes/parser/ParserOptions.php

index c7146a1..5e2845f 100644 (file)
@@ -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 );
                }