Completed
Push — master ( 1d5925...3c2902 )
by Meng
02:55
created
src/Soap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $this->soapResponse = $response;
38 38
         try {
39
-            $response = $this->__soapCall($function_name, [], null, null, $output_headers);
39
+            $response = $this->__soapCall($function_name, [ ], null, null, $output_headers);
40 40
         } catch (\SoapFault $fault) {
41 41
             $this->soapResponse = null;
42 42
             throw $fault;
Please login to merge, or discard this patch.