mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
ruby/python: more consistent naming of parameters
This commit is contained in:
@@ -50,7 +50,7 @@ signature module Input {
|
||||
/**
|
||||
* Gets the stack obtained by pushing `head` onto `tail`.
|
||||
*/
|
||||
SummaryComponentStack push(SummaryComponent component, SummaryComponentStack stack);
|
||||
SummaryComponentStack push(SummaryComponent head, SummaryComponentStack tail);
|
||||
|
||||
/** Gets a singleton stack representing a return. */
|
||||
SummaryComponent return();
|
||||
|
||||
Reference in New Issue
Block a user