mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#: fix some ql/non-doc-block warnings
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user