NelmioApiDocBundle/ModelDescriber/Annotations
Christopher Davis 530311c489 Check Min and Max in Length Constraints Before Setting in Schemas
Sometimes folks will set a `min` length without a max, for instance and
the generated open api schema would previously have been nonsense:

```
"property": {
  "type":"string",
  "maxLength":0,
  "minLength":1
}
```
2021-02-10 10:33:55 -06:00
..
AnnotationsReader.php Merge remote-tracking branch 'origin/3.x' into HEAD 2020-07-12 15:07:56 +02:00
OpenApiAnnotationsReader.php Merge remote-tracking branch 'origin/3.x' into HEAD 2020-07-12 15:07:56 +02:00
PropertyPhpDocReader.php Merge remote-tracking branch 'origin/3.x' into HEAD 2020-07-12 15:07:56 +02:00
SymfonyConstraintAnnotationReader.php Check Min and Max in Length Constraints Before Setting in Schemas 2021-02-10 10:33:55 -06:00