1 | <?php |
||
21 | final class Response implements ResponsableContract |
||
22 | { |
||
23 | /** |
||
24 | * Create an HTTP response that represents the object. |
||
25 | * |
||
26 | * @param \Illuminate\Http\Request $request |
||
27 | * @return \Symfony\Component\HttpFoundation\Response |
||
28 | */ |
||
29 | public function toResponse($request) |
||
33 | |||
34 | private function toHtml(Request $request): IlluminateResponse |
||
43 | } |
||
44 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.