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 b243495 commit 8f81eaaCopy full SHA for 8f81eaa
ql/test/library-tests/frameworks/ActiveRecord.ql
@@ -11,4 +11,8 @@ query predicate potentiallyUnsafeSqlExecutingMethodCall(PotentiallyUnsafeSqlExec
11
any()
12
}
13
14
-query predicate activeRecordModelInstantiations(ActiveRecordModelInstantiation i, ActiveRecordModelClass cls) { i.getClass() = cls }
+query predicate activeRecordModelInstantiations(
15
+ ActiveRecordModelInstantiation i, ActiveRecordModelClass cls
16
+) {
17
+ i.getClass() = cls
18
+}
0 commit comments