Skip to content

1.4.3

Compare
Choose a tag to compare
@gsherwood gsherwood released this 26 Sep 04:00
· 5743 commits to master since this release
  • 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 {