Skip to content

Commit 74bddf1

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [HttpClient] fix version added for HAR files feature [HTTPClient] Add documentation for `HarFileResponseFactory`
2 parents b556141 + e080852 commit 74bddf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,9 +2235,9 @@ will find the associated response based on the request method, URL and body (if
22352235
Note that **this won't work** if the request body or URI is random / always
22362236
changing (e.g. if it contains current date or random UUIDs).
22372237

2238-
.. versionadded:: 7.0
2238+
.. versionadded:: 6.4
22392239

2240-
The ``HarFileResponseFactory`` was introduced in Symfony 7.0.
2240+
The ``HarFileResponseFactory`` was introduced in Symfony 6.4.
22412241

22422242
Testing Network Transport Exceptions
22432243
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)