linting fix
This commit is contained in:
parent
ea5a17c26d
commit
e77cdaee11
@ -259,7 +259,6 @@ class PHPDeserialize extends Operation {
|
|||||||
|
|
||||||
if (args[0]) {
|
if (args[0]) {
|
||||||
return JSON.stringify(handleInput().value);
|
return JSON.stringify(handleInput().value);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return stringifyWithIntegerKeys(handleInput().value);
|
return stringifyWithIntegerKeys(handleInput().value);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user