removal of unnecessary file, and composer update
This commit is contained in:
2
vendor/symfony/debug/ErrorHandler.php
vendored
2
vendor/symfony/debug/ErrorHandler.php
vendored
@@ -560,7 +560,7 @@ class ErrorHandler
|
||||
$this->exceptionHandler = null;
|
||||
try {
|
||||
if (null !== $exceptionHandler) {
|
||||
return \call_user_func($exceptionHandler, $exception);
|
||||
return $exceptionHandler($exception);
|
||||
}
|
||||
$handlerException = $handlerException ?: $exception;
|
||||
} catch (\Throwable $handlerException) {
|
||||
|
||||
Reference in New Issue
Block a user