Similar to #153, there is an issue when parsing a function containing an argument with a default value pointing to a value of a backed enum.
public function getRefusalDescription(string $channel = Channel::WEB->value): string
{
...
}
Go\ParserReflection\ReflectionException : Could not find handler for the Go\\ParserReflection\\Resolver\\NodeExpressionResolver::resolveExprPropertyFetch method
/src/Resolver/NodeExpressionResolver.php:171
/src/Resolver/NodeExpressionResolver.php:150