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 {
2626}
2727
2828/**
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.
3030 */
3131private class AlamofireResponseSource extends RemoteFlowSource {
3232 AlamofireResponseSource ( ) {
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ struct MyStreamSerializer: DataStreamSerializer {
332332struct MyDecodable : Decodable {
333333}
334334
335- func doSomething( _ v : Any ) { }
335+ func doSomething( _ p : Any ) { }
336336
337337func testAlamofire( ) {
338338 // requests
You can’t perform that action at this time.
0 commit comments