Completed
Push — master ( a52065...6a2a6b )
by Dmitry
02:22
created
src/Gateway.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Set the unified purse.
51
-     * @param string $purse merchant purse
52 51
      * @return self
53 52
      */
54 53
     public function setPurse($value)
@@ -77,7 +76,7 @@  discard block
 block discarded – undo
77 76
 
78 77
     /**
79 78
      * @param array $parameters
80
-     * @return \Omnipay\ePayService\Message\PurchaseRequest
79
+     * @return \Omnipay\Common\Message\AbstractRequest
81 80
      */
82 81
     public function purchase(array $parameters = [])
83 82
     {
@@ -86,7 +85,7 @@  discard block
 block discarded – undo
86 85
 
87 86
     /**
88 87
      * @param array $parameters
89
-     * @return \Omnipay\ePayService\Message\CompletePurchaseRequest
88
+     * @return \Omnipay\Common\Message\AbstractRequest
90 89
      */
91 90
     public function completePurchase(array $parameters = [])
92 91
     {
Please login to merge, or discard this patch.
src/Message/AbstractRequest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@  discard block
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * Set the purse.
31
-     * @param string $purse purse
32 31
      * @return self
33 32
      */
34 33
     public function setPurse($value)
@@ -47,7 +46,6 @@  discard block
 block discarded – undo
47 46
 
48 47
     /**
49 48
      * Set the secret key.
50
-     * @param string $key secret key
51 49
      * @return self
52 50
      */
53 51
     public function setSecretKey($value)
Please login to merge, or discard this patch.