| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ApplicationReviewController extends Controller |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Update the review for the specified application. |
||
| 15 | * |
||
| 16 | * @param \Illuminate\Http\Request $request Incoming Request. |
||
| 17 | * @param \App\Models\JobApplication $application Incoming Application. |
||
| 18 | * @return \Illuminate\Http\Response |
||
| 19 | */ |
||
| 20 | public function updateForApplication(Request $request, JobApplication $application) |
||
| 48 |