Skip to content

Commit 3f4fb3c

Browse files
committed
Removed a versionadded directive
1 parent 7834713 commit 3f4fb3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

http_client.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,11 +1800,6 @@ The ``MockResponse`` class comes with some helper methods to test the request:
18001800
* ``getRequestOptions()`` - returns an array containing other information about
18011801
the request such as headers, query parameters, body content etc.
18021802

1803-
.. versionadded:: 5.2
1804-
1805-
The ``getRequestMethod()`` and ``getRequestUrl()`` methods were introduced
1806-
in Symfony 5.2.
1807-
18081803
Usage example::
18091804

18101805
$mockResponse = new MockResponse('', ['http_code' => 204]);

0 commit comments

Comments
 (0)