We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d161413 commit 8794ec0Copy full SHA for 8794ec0
lib/puppet-lint/plugins/check_parameter_documentation.rb
@@ -83,7 +83,7 @@ def check
83
private
84
85
def type_str(idx)
86
- idx[:type] == :CLASS ? 'class' : 'defined type'
+ (idx[:type] == :CLASS) ? 'class' : 'defined type'
87
end
88
89
def extract_params(idx)
0 commit comments