C#: fix some ql/non-doc-block warnings

This commit is contained in:
Erik Krogh Kristensen
2022-03-11 11:01:20 +01:00
parent ddf93b555e
commit 122ab6e6d8
2 changed files with 3 additions and 3 deletions

View File

@@ -431,7 +431,7 @@ class SsaPhiNode extends Node, TSsaPhiNode {
SsaPhiNode() { this = TSsaPhiNode(phi) }
/* Get the phi node associated with this node. */
/** Gets the phi node associated with this node. */
Ssa::PhiNode getPhiNode() { result = phi }
override Declaration getEnclosingCallable() { result = this.getFunction() }