Hi!
First off, Thanks for the package!
I don't know if this is a problem with LaDocumenter, or LaRecipe.
I'm getting a undefined offset whenever I have a period (.) or a comma (,) in both query- and body parameters.
* @QueryParam(name="limit", type="string", status="required", description="Limit of the response. If set to 10, only 10 users will be returned")
will return the error, while:
* @QueryParam(name="limit", type="string", status="required", description="Limit of the response If set to 10, only 10 users will be returned")
(notice the period after "response")
This seems to be a problem with special characters in general.
Hi!
First off, Thanks for the package!
I don't know if this is a problem with LaDocumenter, or LaRecipe.
I'm getting a undefined offset whenever I have a period (.) or a comma (,) in both query- and body parameters.
will return the error, while:
(notice the period after "response")
This seems to be a problem with special characters in general.