0.6.2
Improvements
- Use more PSR2 and low-level sniffs.
- Add Empty Doc Block sniff
This ruleset now ships with 124 sniffs.
Bugfixes
- Fixed InlineDocBlock sniff around return statements and short variable less annotation (
@return {type}
). - Fixed FCQN sniff around iterable type and
(x|y)[]
mixed array type.