Failed Conditions
Push — master ( a26426...65249a )
by Arnold
14:53 queued 04:44
created
src/Middleware/Slim.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         }
98 98
     }
99 99
 
100
-    protected function getBody(ResponseInterface $response): string|null
100
+    protected function getBody(ResponseInterface $response): string | null
101 101
     {
102 102
         $body = (string)$response->getBody();
103 103
         return $body !== '' ? $body : null;
Please login to merge, or discard this patch.