Passed
Push — develop ( b11bd3...c39024 )
by Stephen
03:08
created
config/soap-client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 return SoapConfig::create()
12 12
     ->setEngine($engine = ExtSoapEngineFactory::fromOptions(
13 13
         ExtSoapOptions::defaults($wsdl_path, [])
14
-                      ->disableWsdlCache()
14
+                        ->disableWsdlCache()
15 15
     ))
16 16
     ->setTypeDestination('src/Type')
17 17
     ->setTypeNamespace('Spinen\Ncentral\Type')
Please login to merge, or discard this patch.