Skip to content

Commit 27f43d3

Browse files
committed
Param name goes before type
1 parent c41bfa9 commit 27f43d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rex/sslscan/result.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def to_s
170170

171171
protected
172172

173-
# @param [Symbol] state Either :accepted or :rejected
174-
# @param [Symbol, Array] version The SSL Version to filter on (:SSLv2:SSLv3,:TLSv1, :all)
173+
# @param state [Symbol] Either :accepted or :rejected
174+
# @param version [Symbol, Array] The SSL Version to filter on (:SSLv2, :SSLv3, :TLSv1, :all)
175175
# @return [Set] The Set of cipher results matching the filter criteria
176176
def enum_ciphers(state, version = :all)
177177
case version

0 commit comments

Comments
 (0)