@@ -2284,6 +2284,49 @@ http://pear.php.net/dtd/package-2.0.xsd">
2284
2284
</filelist>
2285
2285
</phprelease>
2286
2286
<changelog>
2287
+ <release>
2288
+ <version>
2289
+ <release>3.7.2</release>
2290
+ <api>3.7.2</api>
2291
+ </version>
2292
+ <stability>
2293
+ <release>stable</release>
2294
+ <api>stable</api>
2295
+ </stability>
2296
+ <date>2023-02-23</date>
2297
+ <license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2298
+ <notes>
2299
+ - Newer versions of Composer will now suggest installing PHPCS using require-dev instead of require
2300
+ -- Thanks to Gary Jones (@GaryJones) for the patch
2301
+ - A custom Out Of Memory error will now be shown if PHPCS or PHPCBF run out of memory during a run
2302
+ -- Error message provides actionable information about how to fix the problem and ensures the error is not silent
2303
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) and Alain Schlesser (@schlessera) for the patch
2304
+ - Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
2305
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2306
+ - Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
2307
+ - Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
2308
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2309
+ - Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
2310
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2311
+ - Fixed bug #3632 : Short list not tokenized correctly in control structures without braces
2312
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2313
+ - Fixed bug #3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers
2314
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2315
+ - Fixed bug #3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
2316
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2317
+ - Fixed bug #3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
2318
+ -- Thanks to Alex Panshin (@enl) for the patch
2319
+ - Fixed bug #3653 : False positives for match() in OperatorSpacingSniff
2320
+ -- Thanks to Jaroslav Hanslík (@kukulich) for the patch
2321
+ - Fixed bug #3666 : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
2322
+ - Fixed bug #3668 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes
2323
+ -- Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket
2324
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2325
+ - Fixed bug #3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
2326
+ - Fixed bug #3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
2327
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
2328
+ </notes>
2329
+ </release>
2287
2330
<release>
2288
2331
<version>
2289
2332
<release>3.7.1</release>
0 commit comments