This fixes an issue where default parameters if they were strings were output as an unwrapped string. This could potentially have some more complex a check rather than just looking for the parameter type, but this should cover most cases assuming valid parameters are used.
This fixes an issue where default parameters if they were strings were output as an unwrapped string. This could potentially have some more complex a check rather than just looking for the parameter type, but this should cover most cases assuming valid parameters are used.