File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
// curl --request DELETE "https://httpbin.org/delete?key=value" --data "a=1&b=2&c=3"
7
7
8
8
$ curl = new Curl ();
9
- $ curl ->delete ('https://httpbin.org/delete ' ,
9
+ $ curl ->delete (
10
+ 'https://httpbin.org/delete ' ,
10
11
array (
11
12
'key ' => 'value ' ,
12
13
),
Original file line number Diff line number Diff line change @@ -711,7 +711,6 @@ public function testDownloadRange()
711
711
$ filesize + 3 ,
712
712
713
713
) as $ length ) {
714
-
715
714
$ source = Test::TEST_URL ;
716
715
$ destination = Helper \get_tmp_file_path ();
717
716
@@ -721,7 +720,6 @@ public function testDownloadRange()
721
720
722
721
// Start with $length bytes of file.
723
722
} else {
724
-
725
723
// Simulate resuming partially downloaded temporary file.
726
724
$ partial_filename = $ destination . '.pccdownload ' ;
727
725
You can’t perform that action at this time.
0 commit comments