Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68a4b0 commit a53f256Copy full SHA for a53f256
src/Symfony/Component/HttpFoundation/Request.php
@@ -687,7 +687,7 @@ public static function getHttpMethodParameterOverride()
687
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
688
* public property instead (attributes, query, request).
689
*
690
- * Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
+ * Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
691
692
* @param string $key The key
693
* @param mixed $default The default value if the parameter key does not exist
0 commit comments