You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Some models do not have a baseType property, which causes broken links (e.g. ../Model/.md) and duplicated qualifiers (e.g. \OpenAPI\Client\Model\\OpenAPI\Client\Model\StringEnumRef) in the documentation of the PHP generator.
Bug Report Checklist
Description
Some models do not have a baseType property, which causes broken links (e.g.
../Model/.md
) and duplicated qualifiers (e.g.\OpenAPI\Client\Model\\OpenAPI\Client\Model\StringEnumRef
) in the documentation of the PHP generator.openapi-generator version
This issue occurs on master (7d8eacc)
OpenAPI declaration file content or url
The issue occurs with the echo_api spec included in the generator samples.
Generation Details
See the php-nextgen-echo-api.yaml config
Steps to reproduce
Related issues/PRs
This issue was previously mentioned in #19567
Suggest a fix
Finding the reason the baseType is not set and solving it should fix this issue.
The text was updated successfully, but these errors were encountered: