Skip to content

Commit 7d9ab95

Browse files
author
rector-bot
committed
[ci-review] Apply changes from Rector action.
1 parent 877dc80 commit 7d9ab95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/ErrorCatcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function forceContentType(string $contentType): self
123123

124124
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
125125
{
126+
$t = null;
126127
try {
127128
return $handler->handle($request);
128129
} catch (Throwable $t) {

0 commit comments

Comments
 (0)