mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/controller] Add documentation about input being HTML-escaped
PHPBB3-10864
This commit is contained in:
@@ -5436,6 +5436,9 @@ function phpbb_to_numeric($input)
|
||||
/**
|
||||
* 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 phpbb_request $request Request object
|
||||
* @return Request A Symfony Request object
|
||||
|
Reference in New Issue
Block a user