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 cdf639b commit f1f5f7dCopy full SHA for f1f5f7d
components/browser_kit.rst
@@ -331,9 +331,8 @@ Dealing with HTTP responses
331
~~~~~~~~~~~~~~~~~~~~~~~~~~~
332
333
When using the BrowserKit component, you may need to deal with responses of
334
-the requests you made. To do so, you need to call the ``getResponse()``
335
-method of the ``HttpBrowser`` object. This method retrieves the last response
336
-the browser received::
+the requests you made. To do so, call the ``getResponse()`` method of the
+``HttpBrowser`` object. This method returns the last response the browser received::
337
338
$browser = new HttpBrowser(HttpClient::create());
339
0 commit comments