1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/10824] Move parenthesis to next line

PHPBB3-10824
This commit is contained in:
Marc Alexander 2020-11-11 22:06:40 +01:00
parent b7d0903f1b
commit 66178b26e9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -33,7 +33,8 @@ class sanitizer
{
if (!empty($data))
{
$json_sanitizer = function (&$value) {
$json_sanitizer = function (&$value)
{
$type_cast_helper = new type_cast_helper();
$type_cast_helper->set_var($value, $value, gettype($value), true);
};