update Dispatcher@fixOutputBuffering description

dispatcher-rework
fadrian06 3 days ago
parent 740524490f
commit 35a6bbabed

@ -509,7 +509,7 @@ class Dispatcher
); );
} }
/** Because this could throw an exception in the middle of an output buffer, */ /** Fixes output buffering issues when an exception is thrown. */
protected function fixOutputBuffering(): void protected function fixOutputBuffering(): void
{ {
// Cause PHPUnit has 1 level of output buffering by default // Cause PHPUnit has 1 level of output buffering by default

Loading…
Cancel
Save