Skip to content

Commit e7795a9

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.5
2 parents bea1cac + fb122c1 commit e7795a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/Debug/BaseExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ protected function render(Throwable $exception, int $statusCode, $viewFile = nul
239239
exit(1);
240240
}
241241

242-
echo(function () use ($exception, $statusCode, $viewFile): string {
242+
echo (function () use ($exception, $statusCode, $viewFile): string {
243243
$vars = $this->collectVars($exception, $statusCode);
244244
extract($vars, EXTR_SKIP);
245245

system/Debug/Exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ protected function render(Throwable $exception, int $statusCode)
321321
exit(1);
322322
}
323323

324-
echo(function () use ($exception, $statusCode, $viewFile): string {
324+
echo (function () use ($exception, $statusCode, $viewFile): string {
325325
$vars = $this->collectVars($exception, $statusCode);
326326
extract($vars, EXTR_SKIP);
327327

0 commit comments

Comments
 (0)