Completed
Push — master ( 99d79e...72bd23 )
by Jonathan
03:59
created
src/Http/MessageHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.