Completed
Push — master ( 390901...586246 )
by PHPLicengine
20:24 queued 07:26
created
lib/PHPLicengine/Api/Api.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,11 +115,11 @@
 block discarded – undo
115 115
                             call_user_func($this->_curl_callback, $ch, $params, $headers, $method); 
116 116
                      } 
117 117
                      switch (strtoupper($method)) { 
118
-                          case 'PUT':              
118
+                            case 'PUT':              
119 119
                           case 'PATCH':
120 120
                           case 'DELETE':
121 121
                                       curl_setopt($ch, CURLOPT_CUSTOMREQUEST, strtoupper($method));
122
-                                      curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($params));
122
+                                          curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($params));
123 123
                             break;
124 124
                             case 'POST':
125 125
                                       curl_setopt($ch, CURLOPT_POST, true);
Please login to merge, or discard this patch.