mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -04:00
linting fix
This commit is contained in:
parent
ea5a17c26d
commit
e77cdaee11
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue