adhere php-cs

This commit is contained in:
Philipp 2023-02-12 13:17:55 +01:00
parent a153c3f594
commit 2d090f0d80
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 2 additions and 1 deletions

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':