Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 731167f

Browse files
authored
Update WhoopsErrorResponseGenerator.php
1 parent 6ad2b85 commit 731167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/WhoopsErrorResponseGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __invoke($e, ServerRequestInterface $request, ResponseInterface
5555
if ($handler instanceof PrettyPageHandler) {
5656
$this->prepareWhoopsHandler($request, $handler);
5757
}
58-
58+
5959
// Set Json content type header
6060
if ($handler instanceof JsonResponseHandler) {
6161
$response = $response->withHeader('Content-Type', $handler->contentType());

0 commit comments

Comments
 (0)