X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParserOptions.php;h=5e2845ffe2c705004c38e6bed334f5cfd82aa561;hb=d1000765e7ee710bf892e3772afdabfb5f6b1f6c;hp=c7146a13063faa1f2a3e5093d90475e9e95ae69c;hpb=971a50c4f3c61fb3a4bec60cd712317bb8ddcb9a;p=lhc%2Fweb%2Fwiklou.git 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 ); }