raybon.lee

Results 3 issues of raybon.lee

```php public static function mysql_escape($fieldValue) { if (is_array($fieldValue)) { return array_map(__METHOD__, $fieldValue); } if (is_bool($fieldValue)) { return (int)$fieldValue; } if (self::is_json($fieldValue)) { return self::safeJson($fieldValue); } if (!empty($fieldValue) && is_string($fieldValue)) {...

### Description resolve the cell colspan number generate error problem of the word to html Fixes # (issue) ### Checklist: - [x] I have run `composer run-script check --timeout=0` and...

### Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ### Checklist: - [ Y] I...