| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class RequestParamsFormatter implements ContextFormatterContract |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param \Illuminate\Http\Request $request |
||
| 13 | * @param \Illuminate\Http\Response $response |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function format(Request $request, Response $response) |
||
| 20 | ); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function name(): string |
||
| 29 | } |
||
| 30 | } |