Releases: cakephp/cakephp-codesniffer
Releases · cakephp/cakephp-codesniffer
CakePHP Codesniffer 3.1.0
Compare
Sorry, something went wrong.
No results found
Dropped support for PHP 5.4 and 5.5
Added support for PHP 7.3
CakePHP CodeSniffer 1.0.4
Compare
Sorry, something went wrong.
No results found
Fix return typehints being interpreted as constants.
CakePHP codesniffer 3.0.5
Compare
Sorry, something went wrong.
No results found
Fix declare() being incorrectly flagged by operator whitespace rules.
3.0.4
Compare
Sorry, something went wrong.
No results found
Fixes
Switch to using the phpcs provided uppercase constant sniff to avoid phpcs 3.3+ fails.
CakePHP CodeSniffer 1.0.3
Compare
Sorry, something went wrong.
No results found
Fix return typehints being interpreted as constants.
3.0.3
Compare
Sorry, something went wrong.
No results found
ADmad
released this
15 Mar 18:40
CakePHP CodeSniffer 3.0.3
Fixes
Update test harness to allow tests to be run with PHPCS 3.2.x
3.0.2
Compare
Sorry, something went wrong.
No results found
ADmad
released this
12 Dec 19:33
Fixed
Update BlankLineBeforeReturnSniff to not complain about inline DocComment above return statment. #201
3.0.1
Compare
Sorry, something went wrong.
No results found
ADmad
released this
03 Sep 16:11
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
Compare
Sorry, something went wrong.
No results found
ADmad
released this
07 May 18:22
Upgrade to use squizlabs/php_codesniffer v3.
2.4.0
Compare
Sorry, something went wrong.
No results found
ADmad
released this
09 Mar 12:49
Add sniff for extraneous empty lines.
Check for {@inheritDoc} tag is now case insensitive.