Test Failed
Push — master ( 3dd85e...34f16b )
by Devin
04:34 queued 10s
created
includes/gateways/stripe/stripe-sdk/lib/SubscriptionSchedule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      * @param array|null $params
91 91
      * @param array|string|null $opts
92 92
      *
93
-     * @return Revision
93
+     * @return StripeObject
94 94
      */
95 95
     public static function retrieveRevision($id, $personId, $params = null, $opts = null)
96 96
     {
Please login to merge, or discard this patch.
includes/gateways/stripe/stripe-sdk/lib/SubscriptionScheduleRevision.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param array|string $_id
67
-     * @param array|string|null $_opts
66
+     * @param array|string|null $opts
68 67
      *
69 68
      * @throws \Stripe\Error\InvalidRequest
70 69
      */
Please login to merge, or discard this patch.
includes/gateways/stripe/stripe-sdk/lib/Transfer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     const SOURCE_TYPE_FINANCING      = 'financing';
49 49
 
50 50
     /**
51
-     * @return TransferReversal The created transfer reversal.
51
+     * @return Transfer The created transfer reversal.
52 52
      */
53 53
     public function reverse($params = null, $opts = null)
54 54
     {
Please login to merge, or discard this patch.