adhere php-cs
This commit is contained in:
parent
a153c3f594
commit
2d090f0d80
1 changed files with 2 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue