closure = $closure; } /** * @return mixed */ public function __invoke() { return ($this->closure)(...func_get_args()); } }