Skip to content

6.1.1

Compare
Choose a tag to compare
@kukulich kukulich released this 23 Jan 16:34
· 999 commits to master since this release
6.1.1
0a7934d

You can now sponsor Slevomat Coding Standard development

Fixes

  • ParentCallSpacingSniff: Fixed false positive (thanks to @grongor)
  • RequireSingleLineMethodSignatureSniff: Fix for semicolons (thanks to @grongor)
  • PropertyTypeHintSniff: Improved support for union types
  • ReturnTypeHintSniff: Improved support for union types
  • ParameterTypeHintSniff: Improved support for union types
  • ClassStructureSniff: Fix missing support for static abstract methods (thanks to @grongor)

Improvements

  • NullableTypeForNullDefaultValueSniff: Allow suppress (thanks to @simPod)