| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class JobBuilderController extends Controller |
||
| 9 | { |
||
| 10 | /** |
||
|
1 ignored issue
–
show
|
|||
| 11 | * Show the Job Builder Details page |
||
| 12 | * @return \Illuminate\Http\Response |
||
| 13 | */ |
||
| 14 | public function details($jobId) |
||
| 22 |