Completed
Pull Request — 23 (#431)
by Harald
05:09
created
includes/apps/braintree/lib/Braintree/CreditCardVerificationGateway.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     private $_config;
28 28
     private $_http;
29 29
 
30
+    /**
31
+     * @param Gateway $gateway
32
+     */
30 33
     public function __construct($gateway)
31 34
     {
32 35
         $this->_gateway = $gateway;
Please login to merge, or discard this patch.
catalog/includes/apps/braintree/lib/Braintree/PaymentMethodNonceGateway.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     private $_config;
28 28
     private $_http;
29 29
 
30
+    /**
31
+     * @param Gateway $gateway
32
+     */
30 33
     public function __construct($gateway)
31 34
     {
32 35
         $this->_gateway = $gateway;
Please login to merge, or discard this patch.
catalog/includes/apps/braintree/lib/Braintree/SubscriptionGateway.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     private $_config;
28 28
     private $_http;
29 29
 
30
+    /**
31
+     * @param Gateway $gateway
32
+     */
30 33
     public function __construct($gateway)
31 34
     {
32 35
         $this->_gateway = $gateway;
Please login to merge, or discard this patch.