Error responses
The docs don't show any stated error responses. No matter if the 200 status code is supplied or not (or any positive response).
(#35)
Example:
/*
* Title
*
* @response {
* "status": 200
* }
*
* @response 400 {
* "status": 400
* }
* @response 404 {
* "status": 404
* }
*
* /
Outputs:
I have the same problem on my project, I wait for a resolution. Thanks!
@apriliaan Thank you for the excellent fix.
I have still the same problem. But I downloaded the project with composer and in composer.json I see the version 1.6. So, if there would be new version, people would also get this change included when using composer.
I am not sure what you mean. Can you please elaborate? @jubag-93, do you still have the same problem after the new version release?