Completed
Push — master ( 3a25ce...7b925c )
by Andrii
05:40
created
src/Gateway.php 1 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.