@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | return SoapConfig::create() |
10 | 10 | ->setEngine($engine = ExtSoapEngineFactory::fromOptions( |
11 | - ExtSoapOptions::defaults('ncentral-wsdl.xml', []) |
|
11 | + ExtSoapOptions::defaults('ncentral-wsdl.xml', [ ]) |
|
12 | 12 | ->disableWsdlCache() |
13 | 13 | )) |
14 | 14 | ->setTypeDestination('src/Type') |
@@ -51,7 +51,7 @@ |
||
51 | 51 | { |
52 | 52 | $this->app->singleton( |
53 | 53 | NcentralClient::class, |
54 | - function (Application $app) { |
|
54 | + function(Application $app) { |
|
55 | 55 | return new NcentralClient(); |
56 | 56 | } |
57 | 57 | ); |
@@ -14,7 +14,7 @@ |
||
14 | 14 | public static function factory(string $wsdl) : \Spinen\Ncentral\NcentralClient |
15 | 15 | { |
16 | 16 | $engine = ExtSoapEngineFactory::fromOptions( |
17 | - ExtSoapOptions::defaults($wsdl, []) |
|
17 | + ExtSoapOptions::defaults($wsdl, [ ]) |
|
18 | 18 | ->withClassMap(NcentralClassmap::getCollection()) |
19 | 19 | ); |
20 | 20 | $eventDispatcher = new EventDispatcher(); |