private function throwInvalidFirstParameterException()

in src/HttpFunctionWrapper.php [40:46]


    private function throwInvalidFirstParameterException(): void
    {
        throw new LogicException(sprintf(
            'Your function must have "%s" as the typehint for the first argument',
            ServerRequestInterface::class
        ));
    }