File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/codeql/swift/frameworks/Alamofire
test/library-tests/dataflow/flowsources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private class AlamofireResponseType extends NominalTypeDecl {
26
26
}
27
27
28
28
/**
29
- * A remote flow source that is an access to a remote data from an Alamofire response handler.
29
+ * A remote flow source that is an access to remote data from an Alamofire response handler.
30
30
*/
31
31
private class AlamofireResponseSource extends RemoteFlowSource {
32
32
AlamofireResponseSource ( ) {
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ struct MyStreamSerializer: DataStreamSerializer {
332
332
struct MyDecodable : Decodable {
333
333
}
334
334
335
- func doSomething( _ v : Any ) { }
335
+ func doSomething( _ p : Any ) { }
336
336
337
337
func testAlamofire( ) {
338
338
// requests
You can’t perform that action at this time.
0 commit comments