mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
906c1668a4
commit
73473a3bb9
@ -69,6 +69,7 @@ class Json
|
|||||||
if ($autoSanitize) {
|
if ($autoSanitize) {
|
||||||
return static::encode(static::sanitizeUtf8Recursive($value), $options, $depth);
|
return static::encode(static::sanitizeUtf8Recursive($value), $options, $depth);
|
||||||
}
|
}
|
||||||
|
// Fallthrough
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new JsonEncodeException('%s: %s', static::lastErrorMsg(), var_export($value, true));
|
throw new JsonEncodeException('%s: %s', static::lastErrorMsg(), var_export($value, true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user