NelmioApiDocBundle/ModelDescriber
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
..
Annotations Check Min and Max in Length Constraints Before Setting in Schemas 2021-02-10 10:33:55 -06:00
ApplyOpenApiDiscriminatorTrait.php Don't Use ref in Discriminator mapping 2021-02-08 15:39:14 -06:00
BazingaHateoasModelDescriber.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
FallbackObjectModelDescriber.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
FormModelDescriber.php Merge branch '3.x' 2020-12-10 22:28:55 +01:00
JMSModelDescriber.php Fix the tests broken by zircote/swagger-php 2020-09-27 22:20:04 +02:00
ModelDescriberInterface.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
ObjectModelDescriber.php Fix CS 2021-02-01 09:50:15 -06:00