We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd0b6c commit 3642db7Copy full SHA for 3642db7
components/browser_kit.rst
@@ -40,13 +40,7 @@ The component only provides an abstract client and does not provide any backend
40
ready to use for the HTTP layer. To create your own client, you must extend the
41
``AbstractBrowser`` class and implement the
42
:method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::doRequest` method.
43
-
44
-.. deprecated:: 4.3
45
46
- In Symfony 4.3 and earlier versions, the ``AbstractBrowser`` class was called
47
- ``Client`` (which is now deprecated).
48
49
-The ``doRequest()`` method accepts a request and should return a response::
+This method accepts a request and should return a response::
50
51
namespace Acme;
52
0 commit comments