Skip to content

Container::call() should accept non-indexed parameter array #250

@mnapoli

Description

@mnapoli

I.e. use either:

$dic->call([$plugin, 'execute'], ['order' => $order]);

or

$dic->call([$plugin, 'execute'], [$order]);

That would be solved by #241

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions