File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 4444 },
4545 "extra" : {
4646 "branch-alias" : {
47- "dev-master" : " 0.4 .x-dev"
47+ "dev-master" : " 0.6 .x-dev"
4848 }
4949 }
5050}
You can’t perform that action at this time.
0 commit comments