OpenAPITools / OpenAPITools/openapi-generator
[BUG] Typo in PHP composer.mustache "description" section
Open
Beginner friendly
Nobody has claimed this yet.
Issue: Bug
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Description
It looks like the field "description": "{{{appDescription}}}" is having a redundant {} pair so we can't set this param correctly.
openapi-generator version
Master Latest:
OpenAPI declaration file content or url
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with modules/openapi-generator/src/main/resources/php/composer.mustache and inspect the description field around appDescription. Confirm how the template renders the generated composer.json description, then correct the redundant braces; done means the description parameter renders correctly from appDescription.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100