Completed
Push — master ( 5185e2...969e20 )
by Javier
02:25
created
src/Query.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
                                 $value) : $value;
137 137
                         }
138 138
                     }
139
-                } else{
139
+                } else {
140 140
                     $query['filter'][$resource] = $columns;
141 141
                 }
142 142
             }
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
         if (!empty($this->jsonData)) {
171 171
             $params['json'] = $this->jsonData;
172 172
         }
173
-        else{
173
+        else {
174 174
             if ($this->multipart) {
175 175
                 $params['multipart'] = $this->convertFormDataIntoMultipart($this->formData);
176 176
             } else {
Please login to merge, or discard this 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.