Skip to content

Commit 230e85f

Browse files
aarondfrancisgithub-actions[bot]
authored andcommitted
Fix code styling [ci skip]
1 parent 94ffda8 commit 230e85f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Arbiter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function handle($exception, $bypassProtections = false)
5151
{
5252
if ($bypassProtections) {
5353
$this->callHandler($exception);
54+
5455
return;
5556
}
5657

tests/Unit/BasicTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public function too_many_total_throw()
9393
/** @test */
9494
public function reported_instead_of_thrown()
9595
{
96-
$handler = new class {
96+
$handler = new class
97+
{
9798
public $reported;
9899

99100
public function report(Throwable $e)
@@ -131,7 +132,6 @@ public function can_disable()
131132
});
132133

133134
config(['app.env' => 'production']);
134-
135135
}
136136

137137
/** @test */
@@ -185,5 +185,4 @@ public function can_pass_in_our_own_exception()
185185

186186
$this->assertInstanceOf(Result::class, $result);
187187
}
188-
189188
}

0 commit comments

Comments
 (0)