mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
fix most issues found by ql/class-doc-style in JS
This commit is contained in:
@@ -22,7 +22,7 @@ predicate isCommonPredefinedTypeName(string name) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Any local type declaration, excluding imported names that are not explicitly used as types.
|
||||
* A local type declaration, excluding imported names that are not explicitly used as types.
|
||||
*/
|
||||
class DefiniteTypeDecl extends TypeDecl {
|
||||
DefiniteTypeDecl() {
|
||||
|
||||
Reference in New Issue
Block a user