Skip to content

v0.8.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 13 Feb 19:18
· 320 commits to version/2 since this release
  • Fix bug in NoAccessorsSniff and allow for a few method names related to PHP core interfaces.
  • Exclude ArrayAccess methods from ReturnTypeDeclarationSniff and ArgumentTypeDeclarationSniff.
  • Fix bug in LineLengthSniff which affected edge cases.
  • Changed default LineLengthSniff max length to 100, excluding leading indent.
  • Remove Variable Analysis, too much false positives