Update ActiveRecord.qll

This commit is contained in:
Brandon Stewart
2022-06-23 12:31:05 -04:00
committed by GitHub
parent 173bea2579
commit caeef68bde

View File

@@ -331,7 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
}
// A call whose receiver may be an active record model object
/** Gets the `ActiveRecordInstance` receiver of this call. */
/** The `ActiveRecordInstance` receiver of this call. */
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
private ActiveRecordInstance instance;