Completed
Push — gocardless-upgrade ( ab99fa )
by Arthur
02:58
created
app/Helpers/GoCardlessHelper.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         ]);
31 31
     }
32 32
 
33
+    /**
34
+     * @return double
35
+     */
33 36
     public function getPayment($paymentId)
34 37
     {
35 38
         return $this->client->payments()->get($paymentId);
@@ -66,7 +69,7 @@  discard block
 block discarded – undo
66 69
      * @param             $amount
67 70
      * @param null|string $name
68 71
      * @param null|string $description
69
-     * @return bool|mixed
72
+     * @return integer
70 73
      */
71 74
     public function newBill($preauthId, $amount, $name = null, $description = null)
72 75
     {
Please login to merge, or discard this patch.