The set_error_handler is currently receiving a deprecated argument which is not passed since php > 8.0.0. As the bundle requires php 8.x (see https://www.php.net/manual/de/function.set-error-handler.php). In case of an error this will throw right now an error and not rendering the error page properly.
The
set_error_handler
is currently receiving a deprecated argument which is not passed since php> 8.0.0
. As the bundle requires php8.x
(see https://www.php.net/manual/de/function.set-error-handler.php). In case of an error this will throw right now an error and not rendering the error page properly.This PR removes the argument.