Skip to content

8.12.0

Compare
Choose a tag to compare
@kukulich kukulich released this 14 May 20:37
· 83 commits to master since this release
8.12.0
cc04334

🆕 New sniffs

  • SlevomatCodingStandard.Arrays.ArrayAccess: Disallow whitespace between array access operator and the variable, or between array access operators (thanks to @kamil-zacek)

🐛 Fixes

  • SlevomatCodingStandard.Classes.ClassStructure: Fixed fixer
  • SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator: Fixed false positive
  • SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: Fixes
  • SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed: Fixed false positive