Completed
Push — master ( 745def...30588a )
by ARCANEDEV
12s
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/StripeResource.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -373,6 +373,7 @@
 block discarded – undo
373 373
      * @param  string             $nestedPath
374 374
      * @param  array|null         $params
375 375
      * @param  array|string|null  $options
376
+     * @param string $nestedId
376 377
      *
377 378
      * @return mixed
378 379
      */
Please login to merge, or discard this patch.