| 1 | <?php |
||
| 12 | class ResponsePdfFileStrategy |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param Route $route |
||
| 16 | * @param array $tags |
||
| 17 | * @param array $routeProps |
||
| 18 | * |
||
| 19 | * @return array|null |
||
| 20 | */ |
||
| 21 | public function __invoke(Route $route, array $tags, array $routeProps) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Get the response from the file if available. |
||
| 28 | * |
||
| 29 | * @param array $tags |
||
| 30 | * |
||
| 31 | * @return array|null |
||
| 32 | */ |
||
| 33 | protected function getPdfFileResponses(array $tags) |
||
| 50 | } |
||
| 51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.