@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | * Gets a `Map` of the request body content. |
35 | 35 | * |
36 | 36 | * @param $request - The request |
37 | - * @return array<string,mixed> The Map of request body content |
|
37 | + * @return \ConstMap The Map of request body content |
|
38 | 38 | */ |
39 | 39 | protected function getParsedBodyMap(Request $request): \ConstMap |
40 | 40 | { |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | * Gets a `Map` of the request query params. |
47 | 47 | * |
48 | 48 | * @param $request - The request |
49 | - * @return array<string,mixed> The Map of query params |
|
49 | + * @return \ConstMap The Map of query params |
|
50 | 50 | */ |
51 | 51 | protected function getQueryParamsMap(Request $request): \ConstMap |
52 | 52 | { |