Completed
Branch dev-master (7a0f14)
by angel
02:16
created
Instapago/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
         ]);
223 223
 
224 224
         $args = [];
225
-        if (! in_array($method, ['GET', 'POST', 'DELETE'])) {
225
+        if ( ! in_array($method, ['GET', 'POST', 'DELETE'])) {
226 226
             throw new Exception('Not implemented yet', 1);
227 227
         }
228 228
         $key = ($method == 'GET') ? 'query' : 'form_params';
Please login to merge, or discard this patch.