Skip to content

Commit b9aaa78

Browse files
committed
CS Fix
1 parent 0835617 commit b9aaa78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ public function emailException(\Throwable $exception)
341341
);
342342

343343
$callback = $this->emailCallback;
344+
344345
try {
345346
$callback($subject, $bodyText);
346347
} catch (\Throwable $e) {

0 commit comments

Comments
 (0)