Skip to content

Named Arguments #324

Closed
Closed
@kubawerlos

Description

@kubawerlos

Is breaking straightforward migration when named arguments are used a bug or feature?

E.g. this code - without Safe - will work fine:

    \json_decode($json, flags: \JSON_THROW_ON_ERROR);

migration to using Safe would require to changing flags to options though.

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