Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1f5f7d

Browse files
committed
Minor tweak
1 parent cdf639b commit f1f5f7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/browser_kit.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,8 @@ Dealing with HTTP responses
331331
~~~~~~~~~~~~~~~~~~~~~~~~~~~
332332

333333
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::
334+
the requests you made. To do so, call the ``getResponse()`` method of the
335+
``HttpBrowser`` object. This method returns the last response the browser received::
337336

338337
$browser = new HttpBrowser(HttpClient::create());
339338

0 commit comments

Comments
 (0)