PHP_CodeSniffer
PHP_CodeSniffer copied to clipboard
Fixer: remove output buffering
Description
Now debug output is written to STDERR instead of STDOUT and the StatusWriter is paused while the Fixer is running, the output buffering during fixing can be removed.
Suggested changelog entry
N/A (internal implementation detail)