PHP_CodeSniffer icon indicating copy to clipboard operation
PHP_CodeSniffer copied to clipboard

Fixer: remove output buffering

Open jrfnl opened this issue 8 months ago • 0 comments

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)

jrfnl avatar Apr 26 '25 11:04 jrfnl