Skip to content

4.1.0

Compare
Choose a tag to compare
@kukulich kukulich released this 19 Dec 13:22
· 1813 commits to master since this release
3992f96

⚠️ PHP 7.1 is now required.

Improvements:

  • FullyQualifiedExceptionsSniff: Sniff is now fixable (thanks to @VasekPurchart)
  • FullyQualifiedClassNameAfterKeywordSniff: Sniff is now fixable (thanks to @VasekPurchart)
  • FullyQualifiedClassNameInAnnotationSniff: Sniff is now fixable (thanks to @VasekPurchart)

Fixes:

  • UnusedPrivateElementsSniff: Check for unused private methods is case insensitive now
  • TypeHintDeclarationSniff: Fixed useless doccomment detection when parameters are aligned
  • AnnotationHelper: Fixed parsing of multiline annotations