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
Description
Comment breaks PHP generated class @param array $accept Accept content header */*|application/json when OpenAPI content is defined as "*/*"
How to reproduce
OpenAPI contins responses": { "200": { "content": { "*/*": {
Possible Solution
Escape the */* in comment like so: *\/*