NelmioApiDocBundle/ModelDescriber/Annotations
Christopher Davis 5f1645db40 Check min/max On Range Constraints Before Use
Previously it was possible to set only one of the min or max values and
get a schema like:

    "property": {
      "type": "integer",
      "minimum": 1,
      "maximum": 0
    }

Also possible that `Range` would be used with {min,max}PropertyPath and
you'd get a schema with both minimum and max set to zero.

With the checks in place, that's no longer the case.
2021-05-25 06:44:16 -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 min/max On Range Constraints Before Use 2021-05-25 06:44:16 -05:00