Skip to content

Commit

Permalink
Adds ability to use streams with put and delete json methods
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jul 21, 2022
1 parent 7e48146 commit 4f178ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/FakeHttp.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function put(

public function putJson(
string $uri,
array $data = [],
$data = [],
array $headers = [],
array $cookies = [],
array $files = []
Expand Down Expand Up @@ -284,7 +284,7 @@ public function delete(

public function deleteJson(
string $uri,
array $data = [],
$data = [],
array $headers = [],
array $cookies = [],
array $files = []
Expand Down

0 comments on commit 4f178ab

Please sign in to comment.