Skip to content

Commit 3642db7

Browse files
committed
Removed a deprecated directive
1 parent 4dd0b6c commit 3642db7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ The component only provides an abstract client and does not provide any backend
4040
ready to use for the HTTP layer. To create your own client, you must extend the
4141
``AbstractBrowser`` class and implement the
4242
: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::
43+
This method accepts a request and should return a response::
5044

5145
namespace Acme;
5246

0 commit comments

Comments
 (0)