Passed
Push — bugfix/accept-text-psc-number ( e47a0e )
by Grant
07:43
created
app/Http/Controllers/Admin/JobPosterCrudController.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
             'function' =>
109 109
             function ($entry) {
110 110
                 return $entry->submitted_applications_count() > 0 ?
111
-                    '<a target="_blank" href="' . route('manager.jobs.applications', $entry->id) . '">' . $entry->submitted_applications_count() . ' (View <i class="fa fa-external-link"></i>)</a>' :
112
-                    $entry->submitted_applications_count();
111
+                    '<a target="_blank" href="' . route('manager.jobs.applications', $entry->id) . '">' . $entry->submitted_applications_count() . ' (View <i class="fa fa-external-link"></i>)</a>' : $entry->submitted_applications_count();
113 112
             }
114 113
         ]);
115 114
 
Please login to merge, or discard this patch.