OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.76k stars 6.32k forks source link

[BUG] [php-laravel] Writes file database/migrations/2019_08_19_000000 twice #18831

Closed Philzen closed 1 month ago

Philzen commented 1 month ago

Not really a bug that should concern anyone as the file gets simply overwritten on the second time.

But since it implies bot extraneous code and write operations, it should be dropped.

A test that checks for duplicates in the supportedFiles array is introduced via #18816, but currently disabled due to this.

Bug Report Checklist

openapi-generator version

7.7.0-SNAPSHOT