1 | <?php namespace JobApis\JobsToMail\Http\Controllers; |
||
10 | class NotificationsController extends BaseController |
||
11 | { |
||
12 | use DispatchesJobs, ValidatesRequests; |
||
13 | |||
14 | /** |
||
15 | * Show the notification |
||
16 | */ |
||
17 | public function single(Request $request, $id) |
||
29 | |||
30 | /** |
||
31 | * Download jobs from a collection by ID |
||
32 | */ |
||
33 | public function download(Request $request, $id) |
||
39 | } |
||
40 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.