Skip to content

Commit f9a4374

Browse files
authored
Merge pull request #12 from LasseRafn/analysis-zOky6L
Apply fixes from StyleCI
2 parents eb6e53f + 66c3a20 commit f9a4374

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/SoapClient.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public function auth($agreement = null, $secret = null)
2323
$agreement = $agreement ?? $this->agreement;
2424
$secret = $secret ?? $this->secret;
2525

26-
$this->soap = new SoapWrapper();
27-
$this->soap->add('economic', function (Service $service) {
28-
$service->wsdl('https://api.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL')
29-
->trace(true)
30-
->header('X', 'EconomicAppIdentifier', 'e-conomic Soap API');
31-
});
26+
$this->soap = new SoapWrapper();
27+
$this->soap->add('economic', function (Service $service) {
28+
$service->wsdl('https://api.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL')
29+
->trace(true)
30+
->header('X', 'EconomicAppIdentifier', 'e-conomic Soap API');
31+
});
3232

3333
$this->soap->call('economic.ConnectWithToken', [
3434
'ConnectWithToken' => [

0 commit comments

Comments
 (0)