Skip to content

Commit 6e0fb37

Browse files
committed
Apply fixes from StyleCI
1 parent cb51adc commit 6e0fb37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Foundation/Testing/Concerns/InteractsWithExceptionHandling.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ protected function withoutExceptionHandling(array $except = [])
6666
$this->originalExceptionHandler = app(ExceptionHandler::class);
6767
}
6868

69-
$this->app->instance(ExceptionHandler::class, new class($this->originalExceptionHandler, $except) implements ExceptionHandler {
69+
$this->app->instance(ExceptionHandler::class, new class($this->originalExceptionHandler, $except) implements ExceptionHandler
70+
{
7071
protected $except;
7172
protected $originalHandler;
7273

0 commit comments

Comments
 (0)