Completed
Push — master ( b39998...9aa566 )
by Asmir
03:45
created
src/ClientFactory.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -73,6 +73,11 @@
 block discarded – undo
73 73
         $this->generator = $generator;
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $wsdl
78
+     * @param string $portName
79
+     * @param string $serviceName
80
+     */
76 81
     private function getSoapService($wsdl, $portName = null, $serviceName = null)
77 82
     {
78 83
         $generator = $this->generator ?: new PhpMetadataGenerator();
Please login to merge, or discard this patch.
src/Client.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,12 +6,9 @@
 block discarded – undo
6 6
 use GoetasWebservices\SoapServices\SoapClient\Exception\ClientException;
7 7
 use GoetasWebservices\SoapServices\SoapClient\Exception\FaultException;
8 8
 use GoetasWebservices\SoapServices\SoapClient\Exception\ServerException;
9
-use GoetasWebservices\SoapServices\SoapClient\Exception\SoapException;
10 9
 use GoetasWebservices\SoapServices\SoapClient\Result\ResultCreator;
11 10
 use GoetasWebservices\SoapServices\SoapClient\Result\ResultCreatorInterface;
12
-use GoetasWebservices\SoapServices\SoapCommon as SoapCommon;
13 11
 use GoetasWebservices\SoapServices\SoapCommon\SoapEnvelope\Parts\Fault;
14
-use GoetasWebservices\SoapServices\SoapEnvelope;
15 12
 use Http\Client\Exception\HttpException;
16 13
 use Http\Client\HttpClient;
17 14
 use Http\Message\MessageFactory;
Please login to merge, or discard this patch.