Skip to content

Commit

Permalink
Update php-symfony/model_variables.mustache to fix template bug (#13060
Browse files Browse the repository at this point in the history
…) (#13061)
  • Loading branch information
plotbox-io authored Aug 3, 2022
1 parent 72991e6 commit 4fa427c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
{{/minimum}}
{{#maximum}}
{{#exclusiveMaximum}}
* @Assert\LessThan({{minimum}})
* @Assert\LessThan({{maximum}})
{{/exclusiveMaximum}}
{{^exclusiveMaximum}}
* @Assert\LessThanOrEqual({{minimum}})
* @Assert\LessThanOrEqual({{maximum}})
{{/exclusiveMaximum}}
{{/maximum}}
{{#pattern}}
Expand Down

0 comments on commit 4fa427c

Please sign in to comment.