1 diff -urNp vendor/symfony/runtime/GenericRuntime.php.orig vendor/symfony/runtime/GenericRuntime.php
 
   2 --- vendor/symfony/runtime/GenericRuntime.php.orig      2023-01-13 04:02:34.828549046 +0100
 
   3 +++ vendor/symfony/runtime/GenericRuntime.php   2023-01-13 04:02:39.328567501 +0100
 
   4 @@ -69,7 +69,7 @@ class GenericRuntime implements RuntimeI
 
  10              $_SERVER[$debugKey] = $_ENV[$debugKey] = '1';
 
  12              if (false !== $errorHandler = ($options['error_handler'] ?? BasicErrorHandler::class)) {