Skip to content

Commit 563e67f

Browse files
committed
v0.6.0
1 parent 6e7e06f commit 563e67f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## Not released
3+
## 0.6.0
44
- Missing return type waring from `ReturnTypeDeclarationSniff` skipped for hook callbacks.
55
- Fixed a bug in return counting in helper class that affected few sniffs.
66
- Add several "Generic" and "Squiz" rules.
77
- Add `DisallowShortOpenTagSniff` that extends the generic sniff allowing short echo.
8+
- Remove `NeutronStandard.Constants.DisallowDefine` because of github.com/Automattic/phpcs-neutron-standard/issues/44
9+
- Renamed configuration properties for `FunctionLengthSniff`.
10+
- Add integration tests for custom sniffs.
11+
- Rename `NoASetterSniff` to `NoAccessorsSniff` and also warn for getters.
812

913
## 0.5.1
1014
- `ArgumentTypeDeclarationSniff` also skip function and methods that declare `@wp-hook` doc param.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.4.x-dev"
47+
"dev-master": "0.6.x-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)