Skip to content

7.0.17

Compare
Choose a tag to compare
@kukulich kukulich released this 06 Dec 22:16
· 434 commits to master since this release
7.0.17
b574727

🐛 Fixes

  • SlevomatCodingStandard.Namespaces.UnusedUses: Improved detection of relative name in generic annotation
  • SlevomatCodingStandard.Classes.ClassConstantVisibility: Added support for final constants
  • SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Skip instances on same line as closing parenthesis (thanks to @donatj)