Releases
1.4.3
Added support for the PHP 5.5 T_FINALLY token to detect try/catch/finally statements
Added empty CodeSniffer.conf to enable config settings for Composer installs
Added Generic EndFileNoNewlineSniff to ensure there is no newline at the end of a file
Autoloader can now load PSR-0 compliant classes
Thanks to Maik Penz for the patch
Squiz NonExecutableCodeSniff no longer throws error for multi-line RETURNs inside CASE statements
Thanks to Marc Ypes for the patch
Squiz OperatorSpacingSniff no longer reports errors for negative numbers inside inline THEN statements
Thanks to Klaus Purer for the patch
Squiz OperatorSpacingSniff no longer reports errors for the assignment of operations involving negative numbers
Squiz SelfMemberReferenceSniff can no longer get into an infinite loop when checking a static call with a namespace
Thanks to Andy Grunwald for the patch
Fixed bug #19699 : Generic.Files.LineLength giving false positives when tab-width is used
Fixed bug #19726 : Wrong number of spaces expected after instanceof static
Fixed bug #19727 : PSR2: no error reported when using } elseif {
You can’t perform that action at this time.