Completed
Push — master ( 4f7cc2...686a0b )
by raphael
01:39
created
src/StripeConnect.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,8 @@
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * @param $user
76
-     * @param $id_key
77
-     * @param $callback
76
+     * @param string $id_key
77
+     * @param \Closure $callback
78 78
      * @return Stripe
79 79
      */
80 80
     private static function create($user, $id_key, $callback) {
Please login to merge, or discard this patch.