jwt : return (object)

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5788 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-05 09:59:01 +00:00
parent 2ddc3ad79c
commit 22470584fa

View File

@@ -291,7 +291,7 @@ class jwt
private function jsonDecode ($input) private function jsonDecode ($input)
// {{{ // {{{
{ {
return json_decode ($input, true, 512, JSON_BIGINT_AS_STRING); return json_decode ($input, false, 512, JSON_BIGINT_AS_STRING);
} }
// }}} // }}}
} }