in src/TypedFunctionWrapper.php [68:73]
private function throwInvalidFirstParameterException(): void
{
throw new LogicException(
'Your function must declare exactly one required parameter that has a valid type hint'
);
}