Skip to content

pick should use array_key_exists instead of isset #217

@lorenzomar

Description

@lorenzomar

pick source code use isset to check if the given key is present in the collection. This implies that NULL values are not valid but they should be. What about to use array_key_exists?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions