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 1
1
# Changelog
2
2
3
- ## Not released
3
+ ## 0.6.0
4
4
- Missing return type waring from ` ReturnTypeDeclarationSniff ` skipped for hook callbacks.
5
5
- Fixed a bug in return counting in helper class that affected few sniffs.
6
6
- Add several "Generic" and "Squiz" rules.
7
7
- 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.
8
12
9
13
## 0.5.1
10
14
- ` ArgumentTypeDeclarationSniff ` also skip function and methods that declare ` @wp-hook ` doc param.
Original file line number Diff line number Diff line change 44
44
},
45
45
"extra" : {
46
46
"branch-alias" : {
47
- "dev-master" : " 0.4 .x-dev"
47
+ "dev-master" : " 0.6 .x-dev"
48
48
}
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments