-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working