adhere php-cs
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user