Completed
Push — master ( ac929e...979235 )
by Mahmoud
03:06
created
app/Containers/Stripe/Tasks/ChargeWithStripeTask.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use App\Containers\Stripe\Exceptions\StripeApiErrorException;
7 7
 use App\Containers\User\Models\User;
8 8
 use App\Port\Task\Abstracts\Task;
9
-
10 9
 use Cartalyst\Stripe\Stripe;
11 10
 use Exception;
12 11
 use Illuminate\Support\Facades\Config;
Please login to merge, or discard this patch.
app/Port/Test/PHPUnit/Abstracts/TestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Port\Test\PHPUnit\Abstracts;
4 4
 
5
-use App\Port\Test\PHPUnit\Traits\TestHelpersTrait;
6 5
 use Faker\Generator;
7 6
 use Illuminate\Contracts\Console\Kernel as LaravelKernel;
8 7
 use Illuminate\Foundation\Testing\TestCase as LaravelTestCase;
Please login to merge, or discard this patch.