@@ -5,7 +5,6 @@ |
||
5 | 5 | use App\Containers\Stripe\Tasks\CreateStripeAccountObjectTask; |
6 | 6 | use App\Containers\Stripe\Tasks\ChargeWithStripeTask; |
7 | 7 | use App\Containers\Stripe\Tests\TestCase; |
8 | -use App\Ship\Features\Payment\Proxies\PaymentsProxy; |
|
9 | 8 | use Illuminate\Support\Facades\App; |
10 | 9 | |
11 | 10 | /** |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @param $object |
|
40 | + * @param ChargeableInterface $object |
|
41 | 41 | * |
42 | 42 | * @return null |
43 | 43 | */ |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
50 | - * @param $object |
|
50 | + * @param ChargeableInterface $object |
|
51 | 51 | * |
52 | 52 | * @return null |
53 | 53 | */ |