mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
autoformat
This commit is contained in:
@@ -12,8 +12,7 @@ class NamespaceDefinition extends Stmt, @namespacedefinition, AST::ValueNode {
|
|||||||
*
|
*
|
||||||
* Gets the identifier naming the namespace.
|
* Gets the identifier naming the namespace.
|
||||||
*/
|
*/
|
||||||
deprecated
|
deprecated Identifier getId() { result = getIdentifier() }
|
||||||
Identifier getId() { result = getIdentifier() }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the identifier naming the namespace.
|
* Gets the identifier naming the namespace.
|
||||||
@@ -187,8 +186,7 @@ class ImportEqualsDeclaration extends Stmt, @importequalsdeclaration {
|
|||||||
*
|
*
|
||||||
* Gets the name under which the imported entity is imported.
|
* Gets the name under which the imported entity is imported.
|
||||||
*/
|
*/
|
||||||
deprecated
|
deprecated Identifier getId() { result = getIdentifier() }
|
||||||
Identifier getId() { result = getIdentifier() }
|
|
||||||
|
|
||||||
/** Gets the name under which the imported entity is imported. */
|
/** Gets the name under which the imported entity is imported. */
|
||||||
Identifier getIdentifier() { result = getChildExpr(0) }
|
Identifier getIdentifier() { result = getChildExpr(0) }
|
||||||
|
|||||||
Reference in New Issue
Block a user