Skip to content

8.11.0

Compare
Choose a tag to compare
@kukulich kukulich released this 21 Apr 16:11
· 96 commits to master since this release
8.11.0
91428d5

🆕 New sniffs

  • SlevomatCodingStandard.Commenting.AnnotationName: Checks incorrect annotation names

🔧 Improvements

  • SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses: Don't fix when multiple uses are in one statement (thanks to @jonathan1055)
  • Support for phpstan/phpdoc-parser 1.20

🐛 Fixes

  • SlevomatCodingStandard.Strings.DisallowVariableParsing: Fixed false positive
  • SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed: Fixed false positive with array unpacking