NelmioApiDocBundle/ModelDescriber/Annotations
Christopher Davis 7fd8c0ecfe Check if min and max Are Set on Count Constraints
It's possible to set a count constraint with a min but no max, which
would generate an OpenAPI Schema like...

    "property": {
        "type": "array",
        "minItems": 1,
        "maxItems": 0
    }

With this change the schema will only set `minItems` in that example.
2021-05-25 06:44:09 -05: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 if min and max Are Set on Count Constraints 2021-05-25 06:44:09 -05:00