Skip to content

Commit cbd407c

Browse files
committed
Apply fixes from StyleCI
1 parent 2a87f91 commit cbd407c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/Foundation/ExceptionHandlerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public function testItDoesntReportExceptionsWithShouldntReportInterface()
5252
$reported[] = $e;
5353
});
5454

55-
$exception = new class extends \Exception implements ShouldntReport, Responsable {
55+
$exception = new class extends \Exception implements ShouldntReport, Responsable
56+
{
5657
public function toResponse($request)
5758
{
5859
return response('shouldnt report', 500);

0 commit comments

Comments
 (0)