Test Setup Failed
Push — feature/word_counter ( 45e6a8...1e9fcb )
by Tristan
14:34
created
app/Http/Controllers/SkillDeclarationController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,15 +3,12 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use Illuminate\Support\Facades\Lang;
6
-use Illuminate\Support\Facades\Log;
7 6
 use Illuminate\Http\Request;
8 7
 use App\Models\Skill;
9
-use App\Models\Lookup\SkillLevel;
10 8
 use App\Models\Lookup\SkillStatus;
11 9
 use App\Models\SkillDeclaration;
12 10
 use App\Models\Applicant;
13 11
 use App\Http\Controllers\Controller;
14
-use App\Services\Validation\BulkSkillDeclarationValidator;
15 12
 use App\Services\Validation\SkillDeclarationValidator;
16 13
 
17 14
 class SkillDeclarationController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/WorkSamplesController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use Illuminate\Support\Facades\Lang;
6
-use Illuminate\Support\Facades\Log;
7 6
 use Illuminate\Http\Request;
8 7
 use App\Http\Controllers\Controller;
9
-use App\Models\Skill;
10 8
 use App\Models\Applicant;
11 9
 use App\Models\WorkSample;
12 10
 use App\Services\Validation\Requests\UpdateWorkSampleValidator;
Please login to merge, or discard this patch.
database/seeds/DevSeeder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use App\Models\JobApplication;
9 9
 use App\Models\Reference;
10 10
 use App\Models\Assessment;
11
-use App\Models\RatingGuideQuestion;
12
-use App\Models\RatingGuideAnswer;
13 11
 
14 12
 class DevSeeder extends Seeder // phpcs:ignore
15 13
 {
Please login to merge, or discard this patch.