Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP Codesniffer 3.1.1

30 Nov 16:04
682e79f
Compare
Choose a tag to compare
  • Fix notice errors in multiple empty line sniff fixer.

CakePHP Codesniffer 3.1.0

28 Nov 02:20
Compare
Choose a tag to compare
  • Dropped support for PHP 5.4 and 5.5
  • Added support for PHP 7.3

CakePHP CodeSniffer 1.0.4

04 Jul 15:27
0f3559a
Compare
Choose a tag to compare
  • Fix return typehints being interpreted as constants.

CakePHP codesniffer 3.0.5

09 Jun 16:06
7f467fe
Compare
Choose a tag to compare
  • Fix declare() being incorrectly flagged by operator whitespace rules.

3.0.4

08 Jun 13:19
d6018c8
Compare
Choose a tag to compare

Fixes

Switch to using the phpcs provided uppercase constant sniff to avoid phpcs 3.3+ fails.

CakePHP CodeSniffer 1.0.3

08 Jun 17:43
Compare
Choose a tag to compare
  • Fix return typehints being interpreted as constants.

3.0.3

15 Mar 18:40
3.0.3
d77ac81
Compare
Choose a tag to compare

CakePHP CodeSniffer 3.0.3

Fixes

  • Update test harness to allow tests to be run with PHPCS 3.2.x

3.0.2

12 Dec 19:33
4d13930
Compare
Choose a tag to compare

Fixed

  • Update BlankLineBeforeReturnSniff to not complain about inline DocComment above return statment. #201

3.0.1

03 Sep 16:11
3.0.1
Compare
Choose a tag to compare

CakePHP CodeSniffer 3.0.1

Fixed

  • Changed Composer package type to phpcodesniffer-standard
  • Prevent false-positive sniff when using "function() use (...)"
  • Fixed inline type comments causing alignment errors.

Added

  • Added a fixer for inline type comment alignment.

3.0.0

07 May 18:22
Compare
Choose a tag to compare
  • Upgrade to use squizlabs/php_codesniffer v3.