Completed
Push — master ( 7dc74e...abe925 )
by PHPLicengine
04:49 queued 02:59
created
lib/PHPLicengine/Api/Api.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 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));
Please login to merge, or discard this patch.