Skip to content

Commit 8385108

Browse files
committed
[HttpClient] fix version added for HAR files feature
1 parent 948966d commit 8385108

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
@@ -2231,9 +2231,9 @@ the :class:`Symfony\\Component\\HttpClient\\Test\\HarFileResponseFactory` will f
22312231
the request method, url and body (if any). Note that **this doesn't work** if the request body or uri is random / always changing
22322232
(if it contains current date or random UUID(s) for example).
22332233

2234-
.. versionadded:: 7.0
2234+
.. versionadded:: 6.4
22352235

2236-
The ``HarFileResponseFactory`` was introduced in Symfony 7.0.
2236+
The ``HarFileResponseFactory`` was introduced in Symfony 6.4.
22372237

22382238
Testing Network Transport Exceptions
22392239
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)