mixed[] $arguments:
mixed
public function invoke(callable $callable, array $arguments = []) { return $callable(...$arguments); }