Skip to content

3.2.1

Compare
Choose a tag to compare
@gsherwood gsherwood released this 18 Dec 00:38
· 2437 commits to master since this release
3.2.1
4064632
  • Fixed problems with some scripts and plugins waiting for STDIN
    • This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
  • Empty diffs are no longer followed by a newline character (request #1781)
  • Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
    • This makes the sniff more useful when used in templates
    • Thanks to Joseph Zidell for the patch
  • Fixed bug #1782 : Incorrect detection of operator in ternary + anonymous function