Completed
Push — master ( 4f7cc2...686a0b )
by raphael
01:39
created
src/StripeConnect.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace Rap2hpoutre\LaravelStripeConnect;
5 5
 
6
-use Stripe\Account as StripeAccount;
7 6
 use Stripe\Customer;
8 7
 use Stripe\Stripe as StripeBase;
9 8
 
Please login to merge, or discard this patch.