Releases: cakephp/cakephp-codesniffer
Releases · cakephp/cakephp-codesniffer
3.0.1
3.0.0
2.4.0
1.0.2
Clarify error message
CakePHP CodeSniffer 2.1.3
- Disallow lines with whitespace on them.
2.1.2
CakePHP CodeSniffer 2.1.1
- Fixer support for
BlankLineBeforeReturnSniff
. (@dakota)
CakePHP CodeSniffer 2.1.0
New Rules
- There must now be a blank line before
return
statements that are not the only line inside a set of braces, or a case statement. (@ADmad)
2.0.7
CakePHP CodeSniffer 2.0.0
This release is a backwards incompatible release from the 1.x series. The rules in this ruleset are PSR-2 compatible and include additional whitespace, documentation and naming conventions sniffs in use by CakePHP.
This ruleset is for CakePHP 3.0+.