Merge branch 'master' of https://github.com/Storms-Engineering/CyberChef into Storms-Engineering-master

This commit is contained in:
n1474335 2019-10-16 17:34:58 +01:00
commit de2e757691

View File

@ -128,8 +128,7 @@ class PHPDeserialize extends Operation {
switch (kind) {
case "n":
expect(";");
return "";
return "null";
case "i":
case "d":
case "b": {