Passed
Push — master ( e81c9a...663799 )
by Koldo
02:02
created
src/Application/Http/Middleware/RequestLoggerMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             'target' => $request->getRequestTarget(),
31 31
             'headers' => $request->getHeaders(),
32 32
             'query-string' => $request->getQueryParams(),
33
-            'body' => (string)$request->getBody()
33
+            'body' => (string) $request->getBody()
34 34
         ]);
35 35
 
36 36
         $this->logger->debug(
Please login to merge, or discard this patch.