We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b4325 commit 05b8a6cCopy full SHA for 05b8a6c
ql/src/codeql_ruby/dataflow/SSA.qll
@@ -299,14 +299,15 @@ module Ssa {
299
* x = 0
300
* else
301
* x = 1
302
+ * end
303
* puts x
304
* ```
305
*
306
* a phi node for `x` is inserted just before the call `puts x`.
307
*/
308
class PhiNode extends Definition, SsaImplCommon::PhiNode {
309
/**
- * Gets an input of this phi node. Example:
310
+ * Gets an input of this phi node.
311
312
* Example:
313
0 commit comments