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
Were having the same issue described, but even without the array aspect... essentially anything with a multiple type response adds the first response, and ignores the rest.
Sadly results in only the UserVerificationResource showing in the docs or export, however if you swap the declarations for the return or typecast, then you get the JsonResponse listed, and no UserVerificationResource.
What is strange, is that if I remove the DocBlock AND the return Typehint, then the output is exactly as expected.
This...
Sadly results in only the UserVerificationResource showing in the docs or export, however if you swap the declarations for the return or typecast, then you get the JsonResponse listed, and no UserVerificationResource.
What is strange, is that if I remove the DocBlock AND the return Typehint, then the output is exactly as expected.
Originally posted by @J5Dev in #601 (comment)
The text was updated successfully, but these errors were encountered: