Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a53f256

Browse files
committed
Small phpdoc imporvement
1 parent d68a4b0 commit a53f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public static function getHttpMethodParameterOverride()
687687
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
688688
* public property instead (attributes, query, request).
689689
*
690-
* Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
690+
* Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
691691
*
692692
* @param string $key The key
693693
* @param mixed $default The default value if the parameter key does not exist

0 commit comments

Comments
 (0)