Skip to content

Commit 694c0f7

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: run tests against doctrine/persistence 2.2 again [Security] Do not try to rehash null-passwords Small phpdoc imporvement
2 parents ce743cf + a416487 commit 694c0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ public static function getHttpMethodParameterOverride()
698698
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
699699
* public property instead (attributes, query, request).
700700
*
701-
* Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
701+
* Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
702702
*
703703
* @param mixed $default The default value if the parameter key does not exist
704704
*

0 commit comments

Comments
 (0)