Completed
Push — master ( e6feb7...1daa9f )
by Dmitry
10:33
created
src/response/CompletePurchaseResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return string
187
+     * @return boolean
188 188
      */
189 189
     public function getIsSuccessful()
190 190
     {
Please login to merge, or discard this patch.
src/merchants/coingate/CoinGateMerchant.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         return $this->gatewayFactory->build('CoinGate', [
26 26
             'apiKey'  => $this->credentials->getKey1(),
27
-           ]);
27
+            ]);
28 28
     }
29 29
 
30 30
     /**
Please login to merge, or discard this patch.