Passed
Push — master ( 49eccb...69f727 )
by Thomas
02:32
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
 
200 200
         $contentLength = strlen((string) $body);
201 201
         if (!array_key_exists('content-length', $keys)) {
202
-            $headers['Content-Length'] = $contentLength ;
202
+            $headers['Content-Length'] = $contentLength;
203 203
         }
204 204
 
205 205
         if (!array_key_exists('content-md5', $keys) && $contentLength) {
Please login to merge, or discard this patch.