v0.8.0
- Fix bug in
NoAccessorsSniff
and allow for a few method names related to PHP core interfaces. - Exclude
ArrayAccess
methods fromReturnTypeDeclarationSniff
andArgumentTypeDeclarationSniff
. - 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