Skip to content

Commit

Permalink
Small phpdoc imporvement
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Apr 29, 2021
1 parent c339987 commit 951f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ public static function getHttpMethodParameterOverride()
* flexibility in controllers, it is better to explicitly get request parameters from the appropriate
* public property instead (attributes, query, request).
*
* Order of precedence: PATH (routing placeholders or custom attributes), GET, BODY
* Order of precedence: PATH (routing placeholders or custom attributes), GET, POST
*
* @param string $key The key
* @param mixed $default The default value if the parameter key does not exist
Expand Down

0 comments on commit 951f184

Please sign in to comment.