- 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