| 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 for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.