Skip to content

Commit 0d9aa0c

Browse files
committed
Ruby: fix clashing method names from merge conflict
1 parent c8c53cb commit 0d9aa0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/test/library-tests/frameworks/action_controller/params_flow.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ def m33
162162
end
163163

164164
module Mixin
165-
def m33
165+
def m34
166166
sink params[:x] # $hasTaintFlow
167167
end
168168
end
169169

170170
class Subclass < MyController
171-
def m34
171+
def m35
172172
sink params[:x] # $hasTaintFlow
173173
end
174174

0 commit comments

Comments
 (0)