v0.8.0
- Fix bug in
NoAccessorsSniffand allow for a few method names related to PHP core interfaces. - Exclude
ArrayAccessmethods fromReturnTypeDeclarationSniffandArgumentTypeDeclarationSniff. - Fix bug in
LineLengthSniffwhich affected edge cases. - Changed default
LineLengthSniffmax length to 100, excluding leading indent. - Remove Variable Analysis, too much false positives