private function getFunctionParameterClassName()

in src/CloudEventFunctionWrapper.php [80:83]


    private function getFunctionParameterClassName(): string
    {
        return $this->marshalToCloudEventInterface ? CloudEventInterface::class : CloudEvent::class;
    }