From a53f256b4b60fcb5e0378f5a6e7207f22e41ed1c Mon Sep 17 00:00:00 2001 From: flack Date: Wed, 28 Apr 2021 15:58:10 +0200 Subject: [PATCH] Small phpdoc imporvement --- src/Symfony/Component/HttpFoundation/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index 6690b9b221..6910fb1d32 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -687,7 +687,7 @@ class Request * 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