mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[feature/controller] Add documentation about input being HTML-escaped
PHPBB3-10864
This commit is contained in:
parent
0f4f81b096
commit
e2bf66d065
1 changed files with 3 additions and 0 deletions
|
@ -5436,6 +5436,9 @@ function phpbb_to_numeric($input)
|
||||||
/**
|
/**
|
||||||
* Create a Symfony Request object from a given URI and phpbb_request object
|
* Create a Symfony Request object from a given URI and phpbb_request object
|
||||||
*
|
*
|
||||||
|
* Note that everything passed into the Request object has already been HTML
|
||||||
|
* escaped by the phpbb_request object.
|
||||||
|
*
|
||||||
* @param string $uri Request URI
|
* @param string $uri Request URI
|
||||||
* @param phpbb_request $request Request object
|
* @param phpbb_request $request Request object
|
||||||
* @return Request A Symfony Request object
|
* @return Request A Symfony Request object
|
||||||
|
|
Loading…
Add table
Reference in a new issue