Skip to content

Commit a416487

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Small phpdoc imporvement
2 parents 842fcca + 1a6f87e commit a416487

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
@@ -699,7 +699,7 @@ public static function getHttpMethodParameterOverride()
699699
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
700700
* public property instead (attributes, query, request).
701701
*
702-
* Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
702+
* Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
703703
*
704704
* @param mixed $default The default value if the parameter key does not exist
705705
*

0 commit comments

Comments
 (0)