Skip to content

Commit 9d288c9

Browse files
committed
Ruby: CFG: better return type for getAMatchingSuccessorType
1 parent a7b3f13 commit 9d288c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/controlflow/internal/Completion.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class MatchingCompletion extends ConditionalCompletion {
310310
this = TNestedCompletion(_, TMatchingCompletion(value), _)
311311
}
312312

313-
override SuccessorType getAMatchingSuccessorType() {
313+
override ConditionalSuccessor getAMatchingSuccessorType() {
314314
this = TMatchingCompletion(result.(MatchingSuccessor).getValue())
315315
}
316316

0 commit comments

Comments
 (0)