Completed
Pull Request — master (#2)
by
unknown
10:01
created
src/Response/RequestTokenResponse.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,6 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param string $shopLogin
64
-     * @param string $wsdlEnvironment
65 63
      * @return string
66 64
      */
67 65
     public function getToken()
Please login to merge, or discard this patch.
src/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param EndelWar\GestPayWS\Parameter $parameters
33
+     * @param Parameter $parameters
34 34
      */
35 35
     protected function validateParameters(Parameter $parameters)
36 36
     {
Please login to merge, or discard this patch.
src/WSS2S.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 {
25 25
     /**
26 26
      * @param PagamParameter $parameters
27
-     * @return EncryptResponse
27
+     * @return PagamResponse
28 28
      */
29 29
     public function pagam(PagamParameter $parameters)
30 30
     {
Please login to merge, or discard this patch.