Skip to content

7.0.16

Choose a tag to compare

@kukulich kukulich released this 22 Oct 07:00
· 526 commits to master since this release
7.0.16
14c324b

🐛 Fixes

  • SlevomatCodingStandard.Classes.ModernClassNameReference: Don't flag method declarations (thanks to @jrfnl)
  • SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fixed false positive
  • SlevomatCodingStandard.ControlStructures.NewWithParentheses: Fixed false positive
  • Appended logic in ReferencedNameHelper for find names of class inside double quotes (thanks to @AIlkiv)