We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6be0e commit 9dd5fe6Copy full SHA for 9dd5fe6
modules/swagger-codegen/src/main/resources/php-symfony/model_variables.mustache
@@ -67,10 +67,10 @@
67
{{/minimum}}
68
{{#maximum}}
69
{{#exclusiveMaximum}}
70
- * @Assert\LessThan({{minimum}})
+ * @Assert\LessThan({{maximum}})
71
{{/exclusiveMaximum}}
72
{{^exclusiveMaximum}}
73
- * @Assert\LessThanOrEqual({{minimum}})
+ * @Assert\LessThanOrEqual({{maximum}})
74
75
{{/maximum}}
76
{{#pattern}}
0 commit comments