Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP CodeSniffer 2.1.3

02 Sep 01:04
2.1.3

Choose a tag to compare

  • Disallow lines with whitespace on them.

2.1.2

19 Aug 21:36

Choose a tag to compare

  • Fix fixer support for BlankLineBeforeReturn sniff. (@ADmad)

CakePHP CodeSniffer 2.1.1

19 Aug 18:53

Choose a tag to compare

  • Fixer support for BlankLineBeforeReturnSniff. (@dakota)

CakePHP CodeSniffer 2.1.0

14 Jul 02:54
2.1.0

Choose a tag to compare

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

18 May 11:36

Choose a tag to compare

Merge pull request #153 from CVO-Technologies/yield-error

Resolve issue with yield and @return

CakePHP CodeSniffer 2.0.0

12 Mar 01:54
2.0.0

Choose a tag to compare

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+.

CakePHP CodeSniffer 1.0.0

12 Mar 01:53
1.0.0

Choose a tag to compare

This code sniffer release is recommended for CakePHP 2.x applications. It enforces the coding standards that CakePHP 2.x uses.

If you want a PSR2 compatible coding standard you should use the 2.x releases of this project.

CakePHP CodeSniffer 0.1.24 released

22 May 13:41
0.1.24

Choose a tag to compare

  • New FunctionCommentSniff added.
  • Added composer.json
  • Restructured repo to work better with composer.

CakePHP CodeSniffer 0.1.20

29 Dec 15:02
0.1.20

Choose a tag to compare

  • Useless method override sniff was removed. It created many false
    positives and rarely provided any valuable feedback.
  • Using underscored property names no longer triggers errors. The
    new ORM in 3.0 will have widespread use of underscored properties, we
    cannot treat them as errors.

CakePHP code sniffer 0.1.19

29 Dec 15:03
0.1.19

Choose a tag to compare

  • Protected properties on traits no longer trigger warnings.