Passed
Pull Request — master (#292)
by
unknown
03:21
created
src/Drivers/Zibal/Zibal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
             CURLOPT_POSTFIELDS => $postData,
156 156
             CURLOPT_HTTPHEADER => [
157 157
                 'Content-Type: application/json',
158
-                'Content-Length: ' . strlen($postData),
158
+                'Content-Length: '.strlen($postData),
159 159
             ],
160 160
         ));
161 161
 
Please login to merge, or discard this patch.