Passed
Pull Request — master (#158)
by
unknown
08:43
created
src/Transport/CurlerRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -719,7 +719,7 @@
 block discarded – undo
719 719
                 $curl_opt[CURLOPT_POSTFIELDS] = $this->parameters;
720 720
 
721 721
                 if (!is_array($this->parameters)) {
722
-                    $this->header('Content-Length',  mb_strlen($this->parameters, '8bit'));
722
+                    $this->header('Content-Length', mb_strlen($this->parameters, '8bit'));
723 723
                 }
724 724
             }
725 725
         }
Please login to merge, or discard this patch.