Skip to content

Commit 6f91dba

Browse files
committed
v0.8.0
1 parent b41d7f8 commit 6f91dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Not released
3+
## 0.8.0
44
- Fix bug in `NoAccessorsSniff` and allow for a few method names related to PHP core interfaces.
55
- Exclude `ArrayAccess` methods from `ReturnTypeDeclarationSniff` and `ArgumentTypeDeclarationSniff`.
66
- Fix bug in `LineLengthSniff` which affected edge cases.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "0.7.x-dev"
46+
"dev-master": "0.8.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)