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 b41d7f8 commit 6f91dbaCopy full SHA for 6f91dba
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Not released
+## 0.8.0
4
- 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
- Fix bug in `LineLengthSniff` which affected edge cases.
composer.json
@@ -43,7 +43,7 @@
43
},
44
"extra": {
45
"branch-alias": {
46
- "dev-master": "0.7.x-dev"
+ "dev-master": "0.8.x-dev"
47
}
48
49
0 commit comments