Completed
Pull Request — master (#11)
by Cesar
01:47
created
src/Service/Braintree/PaymentService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param $transactionId
53
+     * @param string $transactionId
54 54
      * @param $amount
55 55
      * @return Error|Successful
56 56
      */
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param $transactionId
63
+     * @param string $transactionId
64 64
      * @return \Braintree\Transaction
65 65
      * @throws \Braintree\Exception\NotFound
66 66
      */
Please login to merge, or discard this patch.