Skip to content

6.3.11

Choose a tag to compare

@kukulich kukulich released this 25 Aug 16:26
· 895 commits to master since this release
6.3.11
4f7eb27

📣 You can now sponsor Slevomat Coding Standard development

Fixes

  • UselessVariableSniff: Fixed false positive
  • TraitUseSpacingSniff: Fix for uses with comments
  • UselessParenthesesSniff: Fixed false positive
  • RequireExplicitAssertionSniff: Fixed fixer
  • DisallowArrayTypeHintSyntaxSniff: Fixed internal error
  • ParentCallSpacingSniff: Fixed false positives
  • DisallowCommentAfterCodeSniff: Fixed internal error
  • PropertySpacingSniff: Fixed internal error
  • PropertySpacingSniff: Fixed false positive
  • ConstantSpacingSniff: Fixed false positive
  • RequireTernaryOperatorSniff: Prevent introducing logic errors (thanks to @Khartir)
  • ScopeHelper: Fixed internal error

Improvements

  • Added @phpstan-throws support

⚠️Deprecated

  • UnusedPrivateElementsSniff: Mark as deprecated