Skip to content

Releases: cakephp/cakephp-codesniffer

5.1.0

05 Mar 20:53
0543c54

Choose a tag to compare

What's Changed

  • Add sniff for unused variables. by @ADmad in #371

Full Changelog: 5.0.1...5.1.0

CakePHP CodeSniffer 5.0.1

09 Nov 05:04
6cbe404

Choose a tag to compare

What's Changed

  • Add spacing check for arrow function closures. by @ADmad in #366

Full Changelog: 5.0.0...5.0.1

CakePHP CodeSniffer 5.0.0

20 Oct 03:30
947b2ac

Choose a tag to compare

The 5.0 release will be used by cake 5 core and plugin packages. The primary changes involve type declarations and type hints for PHP 8.0+.

What's Changed

Full Changelog: 4.6.0...5.0.0

CakePHP CodeSniffer 4.6.0

04 Jul 03:33
5a64e6e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.1...4.6.0

CakePHP CodeSniffer 4.5.1

27 Jul 00:06
6b17905

Choose a tag to compare

Changes

  • Cleaned up various sniffs
  • Cleaned up ruleset

CakePHP CodeSniffer 4.5.0

16 Jun 07:34

Choose a tag to compare

  • Allow attribute between docblock and function. #327

CakePHP CodeSniffer 4.4.2

28 May 16:24
6ad8574

Choose a tag to compare

Changes

  • Disable requiring $object::class explicitly so it isn't enabled by default on php 8.

CakePHP CodeSniffer 4.4.1

21 May 20:15
4baf9c2

Choose a tag to compare

  • Update list of magic functions. #325

CakePHP CodeSniffer 4.4.0

23 Apr 20:45
d82426b

Choose a tag to compare

  • Bump up dependency versions. #324

CakePHP CodeSniffer 4.3.0

09 Apr 18:47
53babc2

Choose a tag to compare

Changes

  • Removed PSR-2 standard that was added before PSR-12 standard.

    The PSR-12 standard adds the appropriate PSR-2 sniffs.