I.e. use either: ``` php $dic->call([$plugin, 'execute'], ['order' => $order]); ``` or ``` php $dic->call([$plugin, 'execute'], [$order]); ``` That would be solved by #241