Completed
Pull Request — master (#3)
by
unknown
01:23
created
src/Query.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,8 +169,7 @@
 block discarded – undo
169 169
 
170 170
         if (!empty($this->jsonData)) {
171 171
             $params['json'] = $this->jsonData;
172
-        }
173
-        else {
172
+        } else {
174 173
             if ($this->multipart) {
175 174
                 $params['multipart'] = $this->convertFormDataIntoMultipart($this->formData);
176 175
             } else {
Please login to merge, or discard this patch.