Skip to content

3.0.1

Compare
Choose a tag to compare
@ADmad ADmad released this 03 Sep 16:11
· 374 commits to 5.x since this release
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.