1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2024-10-11 13:54:39 -03:00
parent e3c9723d1d
commit 810c4d0cc8
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@ function _json_encode($object)
return $json;
}
function _json_decode($object, ?bool $associative = false,)
function _json_decode($object, $associative = false,)
{
global $global;
if (empty($object)) {