adhere php-cs

This commit is contained in:
Philipp Holzer 2023-02-12 13:17:55 +01:00
parent a153c3f594
commit 2d090f0d80
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -107,10 +107,11 @@ class SerializeUtil
if ('"' !== substr($data, -2, 1)) {
return false;
}
} else if (false === strpos($data, '"')) {
} elseif (false === strpos($data, '"')) {
return false;
}
// Or else fall through.
// no break
case 'a':
case 'O':
case 'E':