Passed
Push — master ( d81171...ddb4d4 )
by Frank
02:35
created
src/Convenience/Middleware/ErrorMiddleware.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,8 @@
 block discarded – undo
69 69
     private function createMessage(ServerRequestInterface $request, Throwable $throwable): ErrorMessage
70 70
     {
71 71
         $message = ErrorMessage::fromException($this->createException($throwable), new Timestamp())
72
-                               ->withId(Uuid::uuid4())
73
-                               ->inContext($this->createContext($request));
72
+                                ->withId(Uuid::uuid4())
73
+                                ->inContext($this->createContext($request));
74 74
 
75 75
         /** @var OpenTransaction|null $transaction */
76 76
         $transaction = $request->getAttribute(TransactionMiddleware::TRANSACTION_ATTRIBUTE);
Please login to merge, or discard this patch.