Skip to content

Commit 951f184

Browse files
committed
Small phpdoc imporvement
1 parent c339987 commit 951f184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)