Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP Codesniffer 3.1.0

Choose a tag to compare

@markstory markstory released this 28 Nov 02:20
  • Dropped support for PHP 5.4 and 5.5
  • Added support for PHP 7.3

CakePHP CodeSniffer 1.0.4

Choose a tag to compare

@markstory markstory released this 04 Jul 15:27
0f3559a
  • Fix return typehints being interpreted as constants.

CakePHP codesniffer 3.0.5

Choose a tag to compare

@markstory markstory released this 09 Jun 16:06
7f467fe
  • Fix declare() being incorrectly flagged by operator whitespace rules.

3.0.4

Choose a tag to compare

@dereuromark dereuromark released this 08 Jun 13:19
d6018c8

Fixes

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

CakePHP CodeSniffer 1.0.3

Choose a tag to compare

@markstory markstory released this 08 Jun 17:43
  • Fix return typehints being interpreted as constants.

3.0.3

Choose a tag to compare

@ADmad ADmad released this 15 Mar 18:40
3.0.3
d77ac81

CakePHP CodeSniffer 3.0.3

Fixes

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

3.0.2

Choose a tag to compare

@ADmad ADmad released this 12 Dec 19:33
4d13930

Fixed

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

3.0.1

Choose a tag to compare

@ADmad ADmad released this 03 Sep 16:11
3.0.1

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

Choose a tag to compare

@ADmad ADmad released this 07 May 18:22
  • Upgrade to use squizlabs/php_codesniffer v3.

2.4.0

Choose a tag to compare

@ADmad ADmad released this 09 Mar 12:49
  • Add sniff for extraneous empty lines.
  • Check for {@inheritDoc} tag is now case insensitive.