mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +03:00
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 } ``` |
||
---|---|---|
.. | ||
AnnotationsReader.php | ||
OpenApiAnnotationsReader.php | ||
PropertyPhpDocReader.php | ||
SymfonyConstraintAnnotationReader.php |