Skip to content

Releases: cakephp/cakephp-codesniffer

CakePHP CodeSniffer 4.7.0

10 Apr 06:36
24fa232
Compare
Choose a tag to compare

What's Changed

  • drop support for slevomat/coding-standard v6 by @swiffer in #385

Full Changelog: 4.6.0...4.7.0

CakePHP CodeSniffer 5.1.1

10 Sep 08:30
3227936
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

5.1.0

05 Mar 20:53
0543c54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

  • Cleaned up various sniffs
  • Cleaned up ruleset

CakePHP CodeSniffer 4.5.0

16 Jun 07:34
Compare
Choose a tag to compare
  • Allow attribute between docblock and function. #327

CakePHP CodeSniffer 4.4.2

28 May 16:24
6ad8574
Compare
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
Compare
Choose a tag to compare
  • Update list of magic functions. #325