We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a87f91 commit cbd407cCopy full SHA for cbd407c
tests/Integration/Foundation/ExceptionHandlerTest.php
@@ -52,7 +52,8 @@ public function testItDoesntReportExceptionsWithShouldntReportInterface()
52
$reported[] = $e;
53
});
54
55
- $exception = new class extends \Exception implements ShouldntReport, Responsable {
+ $exception = new class extends \Exception implements ShouldntReport, Responsable
56
+ {
57
public function toResponse($request)
58
{
59
return response('shouldnt report', 500);
0 commit comments