🔧 Improvements
SlevomatCodingStandard.Functions.RequireMultiLineCall: New optionminParametersCount(thanks to @parth391)SlevomatCodingStandard.Functions.RequireMultiLineCall: New optionexcludedCallPatterns(thanks to @parth391)SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature: New optionwithParametersWithAttributesSlevomatCodingStandard.PHP.UselessParentheses: OptionenableCheckAroundNewis disabled if target PHP version is lower 8.4- Support
$thisas a valid traversable parameter type (thanks to @alies-dev) - Fix typo in comment (thanks to @vrana)
- Improved documentation (thanks to @jrfnl)
🐛 Fixes
SlevomatCodingStandard.Whitespaces.DuplicateSpaces: Fixed false positiveSlevomatCodingStandard.Complexity.Cognitive: Fixed internal error for closures