We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4123364 commit 335b1daCopy full SHA for 335b1da
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
## Not released
4
-- Fix bug in `NoAccessorsSniff`
+- Fix bug in `NoAccessorsSniff` and allow for a few method names related to PHP core interfaces.
5
+- Exclude `ArrayAccess` methods from `ReturnTypeDeclarationSniff` and `ArgumentTypeDeclarationSniff`.
6
7
## 0.7.2
8
- Fix bug in `ReturnTypeDeclarationSniff` which caused wrong return type detection.
0 commit comments