Test Setup Failed
Push — feature/word_counter ( 45e6a8...1e9fcb )
by Tristan
14:34
created
app/Http/Controllers/ApplicationByJobController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use App\Models\Skill;
17 17
 use App\Models\Lookup\SkillStatus;
18 18
 use App\Models\Degree;
19
-use App\Models\Lookup\CriteriaType;
20 19
 use App\Models\Criteria;
21 20
 use App\Models\Course;
22 21
 use App\Models\WorkExperience;
Please login to merge, or discard this patch.
app/Http/Controllers/ApplicationReviewController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Models\ApplicationReview;
6 6
 use App\Models\JobApplication;
7 7
 use App\Models\Lookup\ReviewStatus;
8
-use App\Models\Lookup\ReviewDecision;
9 8
 use Illuminate\Http\Request;
10 9
 use Illuminate\Validation\Rule;
11 10
 
Please login to merge, or discard this patch.
app/Http/Controllers/AssessmentController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use App\Models\Assessment;
6 6
 use App\Models\Criteria;
7 7
 use App\Models\Lookup\AssessmentType;
8
-
9 8
 use Illuminate\Http\Request;
10
-use Illuminate\Http\Response;
11 9
 
12 10
 class AssessmentController extends Controller
13 11
 {
Please login to merge, or discard this patch.
app/Http/Controllers/AssessmentPlanNotificationController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use App\Models\JobPoster;
6
-use App\Models\Lookup\AssessmentType;
7
-
8 5
 use Illuminate\Http\Request;
9
-use Illuminate\Http\Response;
10 6
 use App\Models\AssessmentPlanNotification;
11 7
 
12 8
 class AssessmentPlanNotificationController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/ExperienceController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use App\Models\Applicant;
10 10
 use App\Models\Course;
11 11
 use App\Models\WorkExperience;
12
-use App\Models\Lookup\DegreeType;
13
-use App\Models\Lookup\CourseStatus;
14 12
 use App\Http\Controllers\Controller;
15 13
 
16 14
 class ExperienceController extends Controller
Please login to merge, or discard this patch.
app/Http/Controllers/JobController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -8,14 +8,10 @@  discard block
 block discarded – undo
8 8
 use Illuminate\Support\Facades\Mail;
9 9
 use Illuminate\Http\RedirectResponse;
10 10
 use Illuminate\Http\Request;
11
-use Illuminate\Http\Response;
12 11
 use Illuminate\View\View;
13 12
 use App\Http\Controllers\Controller;
14
-
15 13
 use Carbon\Carbon;
16
-
17 14
 use App\Mail\JobPosterReviewRequested;
18
-
19 15
 use App\Models\Criteria;
20 16
 use App\Models\JobPoster;
21 17
 use App\Models\JobPosterKeyTask;
@@ -29,7 +25,6 @@  discard block
 block discarded – undo
29 25
 use App\Models\Lookup\CriteriaType;
30 26
 use App\Models\Skill;
31 27
 use App\Models\Manager;
32
-
33 28
 use App\Services\Validation\JobPosterValidator;
34 29
 use Jenssegers\Date\Date;
35 30
 use App\Models\AssessmentPlanNotification;
Please login to merge, or discard this patch.
app/Http/Controllers/ManagerProfileController.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\Models\Lookup\Frequency;
9 9
 use App\Models\Lookup\Department;
10 10
 use App\Models\WorkEnvironment;
11
-use App\Models\TeamCulture;
12 11
 use App\Models\Manager;
13 12
 
14 13
 class ManagerProfileController extends Controller {
Please login to merge, or discard this patch.
app/Http/Controllers/RatingGuideAnswerController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use App\Models\RatingGuideAnswer;
6 6
 use App\Models\RatingGuideQuestion;
7 7
 use App\Models\Criteria;
8
-
9 8
 use Illuminate\Http\Request;
10
-use Illuminate\Http\Response;
11 9
 
12 10
 class RatingGuideAnswerController extends Controller
13 11
 {
Please login to merge, or discard this patch.
app/Http/Controllers/RatingGuideQuestionController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use App\Models\RatingGuideQuestion;
6 6
 use App\Models\JobPoster;
7 7
 use App\Models\Lookup\AssessmentType;
8
-
9 8
 use Illuminate\Http\Request;
10
-use Illuminate\Http\Response;
11 9
 
12 10
 class RatingGuideQuestionController extends Controller
13 11
 {
Please login to merge, or discard this patch.