mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10824] Move parenthesis to next line
PHPBB3-10824
This commit is contained in:
parent
b7d0903f1b
commit
66178b26e9
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ class sanitizer
|
||||||
{
|
{
|
||||||
if (!empty($data))
|
if (!empty($data))
|
||||||
{
|
{
|
||||||
$json_sanitizer = function (&$value) {
|
$json_sanitizer = function (&$value)
|
||||||
|
{
|
||||||
$type_cast_helper = new type_cast_helper();
|
$type_cast_helper = new type_cast_helper();
|
||||||
$type_cast_helper->set_var($value, $value, gettype($value), true);
|
$type_cast_helper->set_var($value, $value, gettype($value), true);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue