Lars Heber
Lars Heber
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 7.1| Applying `'strlen(...)' misused`'s fix to: ```...
With #168 JSON support was introduced. However, JSON fields cannot be persisted with `Doctrine_Core::VALIDATE_TYPES` enabled. There is no way to pass [`\Doctrine_Validator::isValidType()`](https://github.com/diablomedia/doctrine1/blob/master/lib/Doctrine/Validator.php#L168) for `$type === 'json'`: ```php if ($var instanceof...