Completed
Branch master (b43ab5)
by Andrii
42:48 queued 38:53
created
src/Gateway.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
     /**
57 57
      * Set the unified purse.
58 58
      *
59
-     * @param string $purse merchant purse
60 59
      *
61 60
      * @return self
62 61
      */
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      *
93 93
      * @return \Omnipay\ePayService\Message\PurchaseRequest
94 94
      */
95
-    public function purchase(array $parameters = [])
95
+    public function purchase(array $parameters = [ ])
96 96
     {
97 97
         return $this->createRequest('\Omnipay\ePayService\Message\PurchaseRequest', $parameters);
98 98
     }
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      *
103 103
      * @return \Omnipay\ePayService\Message\CompletePurchaseRequest
104 104
      */
105
-    public function completePurchase(array $parameters = [])
105
+    public function completePurchase(array $parameters = [ ])
106 106
     {
107 107
         return $this->createRequest('\Omnipay\ePayService\Message\CompletePurchaseRequest', $parameters);
108 108
     }
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
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Set the purse.
33 33
      *
34
-     * @param string $purse purse
35 34
      *
36 35
      * @return self
37 36
      */
@@ -53,7 +52,6 @@  discard block
 block discarded – undo
53 52
     /**
54 53
      * Set the secret key.
55 54
      *
56
-     * @param string $key secret key
57 55
      *
58 56
      * @return self
59 57
      */
Please login to merge, or discard this patch.