Completed
Push — master ( d70d44...4306e3 )
by Mahmoud
03:26
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\Ship\Parents\Tasks\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/Ship/Features/Tests/PhpUnit/GeneralTestsHelpersTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Ship\Features\Tests\PhpUnit;
4 4
 
5 5
 use App;
6
-use Artisan;
7 6
 use Dingo\Api\Http\Response as DingoAPIResponse;
8 7
 use Illuminate\Http\Response;
9 8
 use Illuminate\Http\UploadedFile;
Please login to merge, or discard this patch.
app/Ship/Features/Tests/PhpUnit/TestingUserTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use App;
6 6
 use App\Containers\Authentication\Tasks\ApiLoginThisUserObjectTask;
7 7
 use App\Containers\User\Models\User;
8
-use Artisan;
9
-use Dingo\Api\Http\Response as DingoAPIResponse;
10 8
 use Illuminate\Support\Facades\Hash;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
app/Ship/Parents/Tests/PhpUnit/TestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Ship\Features\Tests\PhpUnit\CustomTestsHelpersTrait;
6 6
 use App\Ship\Features\Tests\PhpUnit\GeneralTestsHelpersTrait;
7
-use App\Ship\Features\Tests\PhpUnit\TestingTrait;
8 7
 use App\Ship\Features\Tests\PhpUnit\TestingUserTrait;
9 8
 use Faker\Generator;
10 9
 use Illuminate\Contracts\Console\Kernel as LaravelKernel;
Please login to merge, or discard this patch.
app/Ship/Parents/Tests/PhpUnit/TestCaseTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App;
6 6
 use Artisan;
7
-use Dingo\Api\Http\Response as DingoAPIResponse;
8 7
 
9 8
 /**
10 9
  * Class TestCaseTrait
Please login to merge, or discard this patch.
app/Containers/Authorization/UI/API/Controllers/Controller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use App\Containers\Authorization\UI\API\Requests\SyncUserRolesRequest;
31 31
 use App\Containers\Authorization\UI\API\Transformers\PermissionTransformer;
32 32
 use App\Containers\Authorization\UI\API\Transformers\RoleTransformer;
33
-use App\Containers\User\Models\User;
34 33
 use App\Containers\User\UI\API\Transformers\UserTransformer;
35 34
 use App\Ship\Parents\Controllers\ApiController;
36 35
 
Please login to merge, or discard this patch.
app/Containers/Debugger/Tasks/RequestsDebuggerTask.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Containers\Debugger\Tasks;
4 4
 
5 5
 use App;
6
-use DB;
7 6
 use Illuminate\Support\Facades\Config;
8 7
 use Jenssegers\Agent\Facades\Agent;
9 8
 use Log;
Please login to merge, or discard this patch.