Passed
Push — master ( 361589...cb434a )
by Alex
04:25
created
Mezon/CustomClient/CustomClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     {
142 142
         $fullHeaders = $this->getCommonHeaders();
143 143
 
144
-        if (! CurlWrapper::isHeaderExists($this->headers, 'Content-type')) {
144
+        if (!CurlWrapper::isHeaderExists($this->headers, 'Content-type')) {
145 145
             $fullHeaders[] = 'Content-type: application/x-www-form-urlencoded';
146 146
         }
147 147
 
Please login to merge, or discard this patch.