mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: fix more instances of ql/missing-parameter-qldoc
This commit is contained in:
@@ -14,7 +14,7 @@ import DataFlow::PathGraph
|
||||
/**
|
||||
* Gets the name of an unescaped placeholder in a lodash template.
|
||||
*
|
||||
* For example, the string `<h1><%= title %></h1>` contains the placeholder `title`.
|
||||
* For example, the string "<h1><%= title %></h1>" contains the placeholder "title".
|
||||
*/
|
||||
bindingset[s]
|
||||
string getAPlaceholderInString(string s) {
|
||||
|
||||
Reference in New Issue
Block a user