Completed
Push — master ( 7ec104...6d5219 )
by Sergi Tur
98:33 queued 68:39
created
src/stubs/HomeController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace App\Http\Controllers;
9 9
 
10
-use App\Http\Requests;
11
-use Illuminate\Http\Request;
12
-
13 10
 /**
14 11
  * Class HomeController
15 12
  * @package App\Http\Controllers
Please login to merge, or discard this patch.
src/stubs/RegisterController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers\Auth;
4 4
 
5
-use App\User;
6
-use Validator;
7 5
 use App\Http\Controllers\Controller;
6
+use App\User;
8 7
 use Illuminate\Foundation\Auth\RegistersUsers;
8
+use Validator;
9 9
 
10 10
 /**
11 11
  * Class RegisterController
Please login to merge, or discard this patch.
src/stubs/ResetPasswordController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use App\Http\Controllers\Controller;
6 6
 use Illuminate\Foundation\Auth\ResetsPasswords;
7
+use Illuminate\Http\JsonResponse;
7 8
 use Illuminate\Http\Request;
8 9
 use Illuminate\Support\Facades\Password;
9
-use Illuminate\Http\JsonResponse;
10 10
 
11 11
 class ResetPasswordController extends Controller
12 12
 {
Please login to merge, or discard this patch.