Completed
Pull Request — master (#59)
by ARCANEDEV
18:05 queued 08:21
created
helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
     /**
204 204
      * Validate boolean.
205 205
      *
206
-     * @param  bool|mixed  $value
206
+     * @param  boolean  $value
207 207
      *
208 208
      * @return bool
209 209
      */
Please login to merge, or discard this patch.
src/Resources/Transfer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
      * @param  array|null         $params
131 131
      * @param  array|string|null  $options
132 132
      *
133
-     * @return \Arcanedev\Stripe\Resources\TransferReversal
133
+     * @return Transfer
134 134
      */
135 135
     public function reverse($params = [], $options = null)
136 136
     {
Please login to merge, or discard this patch.