Currently puppet-strings fails if function documentation tag return has no type specified with "NoMethodError: undefined method `first' for nil:NilClass", so you either have no return tag or have to duplicate function return type in return tag.
This PR allows you to omit specifying return type.
Currently puppet-strings fails if function documentation tag
return
has no type specified with "NoMethodError: undefined method `first' for nil:NilClass", so you either have no return tag or have to duplicate function return type in return tag. This PR allows you to omit specifying return type.