[ticket/11095] Restore brace on previous line.

PHPBB3-11095
This commit is contained in:
Oleg Pudeyev 2012-11-29 14:42:56 -05:00
parent 3e907265d5
commit 11ca272692

View file

@ -5558,8 +5558,7 @@ function phpbb_to_numeric($input)
function phpbb_create_symfony_request(phpbb_request $request)
{
// This function is meant to sanitize the global input arrays
$sanitizer = function(&$value, $key)
{
$sanitizer = function(&$value, $key) {
$type_cast_helper = new phpbb_request_type_cast_helper();
$type_cast_helper->set_var($value, $value, gettype($value), true);
};