Skip to content

Commit 472aaf8

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix typo in http_client.rst
2 parents ac75710 + 45a5e4b commit 472aaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ assertions on the request before returning the mocked response::
19581958
},
19591959
];
19601960

1961-
$client = new MockHttpClient($expectedRequest);
1961+
$client = new MockHttpClient($expectedRequests);
19621962

19631963
// ...
19641964

0 commit comments

Comments
 (0)