Skip to content

Undefined offset: 1 #3

@Julius-Bendt

Description

@Julius-Bendt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions