Completed
Pull Request — master (#60)
by Rick
04:14
created
src/InternalFunctionality/PostOptionsConstructor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
         $body = $builder->buildAll();
126 126
         $array = [
127 127
             'headers' => [
128
-                'Content-Type' => 'multipart/form-data; boundary="' . $builder->getBoundary() . '"',
128
+                'Content-Type' => 'multipart/form-data; boundary="'.$builder->getBoundary().'"',
129 129
                 'Content-Length' => strlen($body)
130 130
             ],
131 131
             'body' => $body
Please login to merge, or discard this patch.