From 951f18418a6b6ba6338408a4002d4c1bcc3c0f72 Mon Sep 17 00:00:00 2001 From: flack Date: Wed, 28 Apr 2021 15:58:10 +0200 Subject: [PATCH] Small phpdoc imporvement --- Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request.php b/Request.php index 6690b9b22..6910fb1d3 100644 --- a/Request.php +++ b/Request.php @@ -687,7 +687,7 @@ public static function getHttpMethodParameterOverride() * flexibility in controllers, it is better to explicitly get request parameters from the appropriate * public property instead (attributes, query, request). * - * Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY + * Order of precedence: PATH (routing placeholders or custom attributes), GET, POST * * @param string $key The key * @param mixed $default The default value if the parameter key does not exist