mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
ensure consistent casing of names
This commit is contained in:
@@ -115,7 +115,7 @@ module ConnectExpressShared {
|
||||
*
|
||||
* For example, this could be the function `function(req, res, next){...}`.
|
||||
*/
|
||||
class RouteHandlerCandidate extends HTTP::RouteHandlerCandidate {
|
||||
class RouteHandlerCandidate extends Http::RouteHandlerCandidate {
|
||||
RouteHandlerCandidate() {
|
||||
matchesSignature(this, _) and
|
||||
not (
|
||||
|
||||
Reference in New Issue
Block a user