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
I have a route where creates a pdf and returns the file binary with ->header('Content-Type', 'application/pdf'). I am not sure what would be the best way to document this.
I think something like this would be nice:
* @response <binary>
I think to just put it in the description is not a good way to solve this.
The text was updated successfully, but these errors were encountered:
I have a route where creates a pdf and returns the file binary with
->header('Content-Type', 'application/pdf')
. I am not sure what would be the best way to document this.I think something like this would be nice:
I think to just put it in the description is not a good way to solve this.
The text was updated successfully, but these errors were encountered: