🔧 Improvements
SlevomatCodingStandard.Functions.UnusedParameter
: New optionallowedParameterPatterns
to suppress check for specific parameter names (thanks to @claytonrcarter)
🐛 Fixes
SlevomatCodingStandard.Attributes.AttributesOrder
: Fixed alphabetical sortingSlevomatCodingStandard.Functions.DisallowEmptyFunction
: Private or protected constructor should not be reportedSlevomatCodingStandard.TypeHints.ReturnTypeHint
: Report missing type hint in abstract methods (thanks to @vrana)- Fixed deprecated errors in PHP 8.5
- Fixed attributes parsing