It seems php-scoper has some custom error handler configured via symfony, which in my case, doesn't bubble up/report any errors to the default PHP error handler defined.
This is a problem, since any errors from the scoper itself, but also from custom patchers defined in the scoper config file, aren't reported anywhere.
Is there a way to disable the custom error handler/make php-scoper not override any error handlers already defined in the php.ini or auto-prepend files?