Completed
Branch master (bb48cc)
by vijay
148:50 queued 92:39
created
app/Http/Controllers/Github/GithubApiController.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers\Github;
4 4
 
5
-use Illuminate\Http\Request;
6
-use App\Http\Requests;
7
-use App\Http\Controllers\Controller;    
5
+use App\Http\Controllers\Controller;
8 6
 use App\Model\Github\Github;
9 7
 
10 8
 class GithubApiController extends Controller {
Please login to merge, or discard this patch.
app/Http/Controllers/Github/GithubController.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\Plugins\Twilio\Controllers;
4 4
 
5
-use App\Http\Requests;
6 5
 use App\Http\Controllers\Controller;
7 6
 use Illuminate\Http\Request;
8 7
 use App\Plugins\Twilio\Model\Twilio;
Please login to merge, or discard this patch.
app/Http/Controllers/Product/ProductController.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\Http\Controllers\Product;
4 4
 
5 5
 use App\Http\Controllers\Controller;
6
-use App\Http\Requests\Product\ProductRequest;
7 6
 use App\Model\Payment\Currency;
8 7
 use App\Model\Payment\Plan;
9 8
 use App\Model\Product\Addon;
Please login to merge, or discard this patch.
app/Http/Middleware/Authenticate.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 Closure;
6 6
 use Illuminate\Contracts\Auth\Guard;
7
-use App\User;
8 7
 
9 8
 class Authenticate
10 9
 {
Please login to merge, or discard this patch.
database/seeds/DatabaseSeeder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use App\Model\Payment\PromotionType;
9 9
 use App\Model\Product\Product;
10 10
 use App\Model\Product\ProductGroup;
11
-use App\Model\Product\Subscription;
12 11
 use App\Model\Product\Type;
13 12
 use Illuminate\Database\Eloquent\Model;
14 13
 use Illuminate\Database\Seeder;
Please login to merge, or discard this patch.
vendor/davejamesmiller/laravel-breadcrumbs/tests/unit/GeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use DaveJamesMiller\Breadcrumbs\Generator;
4
-use Mockery as m;
5 4
 
6 5
 class GeneratorTest extends TestCase {
7 6
 
Please login to merge, or discard this patch.
vendor/davejamesmiller/laravel-breadcrumbs/tests/unit/CurrentRouteTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use DaveJamesMiller\Breadcrumbs\Generator;
4
-use Mockery as m;
5 4
 
6 5
 class GeneratorTest extends TestCase {
7 6
 
Please login to merge, or discard this patch.