Skip to content

Arr helper forwarding calls to Illuminate Arr helper fails for methods with array passed by reference #4

@lindyhopchris

Description

@lindyhopchris

At the moment the LaravelJsonApi\Core\Support\Arr helper forwards static calls through to the Illuminate\Support\Arr class. This does not work for methods, e.g. forget, where the array is passed by reference. To fix, we will need to implement these methods on our Arr class and mark the value as passed by reference: then forward on to the correct method in the Illuminate class.

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