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)) {
|
if ('"' !== substr($data, -2, 1)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (false === strpos($data, '"')) {
|
} elseif (false === strpos($data, '"')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Or else fall through.
|
// Or else fall through.
|
||||||
|
// no break
|
||||||
case 'a':
|
case 'a':
|
||||||
case 'O':
|
case 'O':
|
||||||
case 'E':
|
case 'E':
|
||||||
|
|
Loading…
Reference in a new issue