Skip to content

Commit 990d59e

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix typo in http_client.rst
2 parents dfcd9ab + 472aaf8 commit 990d59e

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
@@ -1926,7 +1926,7 @@ assertions on the request before returning the mocked response::
19261926
},
19271927
];
19281928

1929-
$client = new MockHttpClient($expectedRequest);
1929+
$client = new MockHttpClient($expectedRequests);
19301930

19311931
// ...
19321932

0 commit comments

Comments
 (0)