From 35a6bbabed214facb8803af8353e9dca056c9348 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 16 Aug 2026 00:52:41 -0400 Subject: [PATCH] update Dispatcher@fixOutputBuffering description --- flight/core/Dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 2a1c9a1..39a9be1 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -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 { // Cause PHPUnit has 1 level of output buffering by default