Passed
Push — task/add-applicants-and-applic... ( 514472...36c932 )
by Yonathan
10:54 queued 12s
created
app/Http/Controllers/ApplicationByJobController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -947,7 +947,7 @@
 block discarded – undo
947 947
      * @param  \App\Models\JobPoster $jobPoster        Incoming Job Poster object.
948 948
      * @param  string                $application_step Current step in application.
949 949
      * @return array
950
-    */
950
+     */
951 951
     public function customBreadcrumbs(JobPoster $jobPoster, string $application_step)
952 952
     {
953 953
         $step_lang = Lang::get('applicant/application_template.tracker_label');
Please login to merge, or discard this patch.
app/Http/Controllers/ManagerProfileController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
      *
25 25
      * @param  \Illuminate\Http\Request $request Incoming Request.
26 26
      * @param  \App\Models\JobPoster    $jobPoster Incoming JobPoster object.
27
-
28 27
      * @return \Illuminate\Http\Response
29 28
      */
30 29
     public function show(Request $request, JobPoster $jobPoster)
Please login to merge, or discard this patch.