@@ -14,7 +14,7 @@ |
||
14 | 14 | public static function factory(string $wsdl) : \Spinen\Nable\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(); |
@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | return Config::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') |