Passed
Pull Request — develop (#4)
by Stephen
04:51
created
src/NcentralClientFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
config/soap-client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.