Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #3209
Closed
Open
Issue created Jun 24, 2019 by Administrator@rootContributor

[BUG] php-symfony generator bug, integer->maximum property

Created by: reznikartem

Bug Report Checklist

  • [+] Have you provided a full/minimal spec to reproduce the issue?
  • [+] Have you validated the input using an OpenAPI validator (example)?
  • [4.0.0-beta3] What's the version of OpenAPI Generator used?
  • [+] Have you search for related issues/PRs?

Hello. You have a bug in openapi-generator/modules/openapi-generator/src/main/resources/php-symfony/api_input_validation.mustache

In line 68 - 75 you have this code:

{{#maximum}} {{#exclusiveMaximum}} $asserts[] = new Assert\LessThan({{minimum}}); {{/exclusiveMaximum}} {{^exclusiveMaximum}} $asserts[] = new Assert\LessThanOrEqual({{minimum}}); {{/exclusiveMaximum}} {{/maximum}}

Variable minimum used here instead of maximum

Assignee
Assign to
Time tracking