Skip to content

6.3.9

Choose a tag to compare

@kukulich kukulich released this 16 Jun 07:29
· 895 commits to master since this release
6.3.9
dd73c0f

📣 You can now sponsor Slevomat Coding Standard development

Fixes

  • DisallowCommentAfterCodeSniff: Fixed false positive
  • Fix error message typos in NumericLiteralSeparator sniffs (thanks to @finwe)
  • UnusedVariableSniff: Fixed false positives
  • EarlyExitSniff: Fixed fixer for conditions with ?: and ??