Completed
Push — master ( 21f8e2...297650 )
by Janusz
01:58
created
src/GusApi/Client/GusApiClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
             'user_agent' => 'PHP GusApi',
196 196
         ]);
197 197
 
198
-        return $this->soapClient->__soapCall($functionName, $arguments, [], $soapHeaders);
198
+        return $this->soapClient->__soapCall($functionName, $arguments, [ ], $soapHeaders);
199 199
     }
200 200
 
201 201
     /**
Please login to merge, or discard this patch.