diff --git a/src/core/operations/PHPDeserialize.mjs b/src/core/operations/PHPDeserialize.mjs index 41f4e66a..bd820375 100644 --- a/src/core/operations/PHPDeserialize.mjs +++ b/src/core/operations/PHPDeserialize.mjs @@ -259,7 +259,6 @@ class PHPDeserialize extends Operation { if (args[0]) { return JSON.stringify(handleInput().value); - } else { return stringifyWithIntegerKeys(handleInput().value); }