Skip to content

Incorrect return type for InputBag::all() #194

@Khartir

Description

@Khartir

#144 changed the return type of InputBag::all() to string[]. Unfortunately that is incorrect: It is, for example, possible to do something like this: GET /?items[][id]=1 which will cause InputBag::all('items') to return [0 => ['id' => '1']].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions