Small phpdoc imporvement

This commit is contained in:
flack 2021-04-28 15:58:10 +02:00
parent d68a4b0e2e
commit a53f256b4b

View File

@ -687,7 +687,7 @@ class Request
* 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