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 889b43a commit bc2c9c3Copy full SHA for bc2c9c3
components/browser_kit.rst
@@ -333,15 +333,15 @@ history::
333
if (!$client->getHistory()->isFirstPage()) {
334
$crawler = $client->back();
335
}
336
-
+
337
// check if the history position is on the last page
338
if (!$client->getHistory()->isLastPage()) {
339
$crawler = $client->forward();
340
341
342
.. versionadded:: 7.4
343
344
- The ``isFirstPage`` and ``isLastPage`` methods were introduced in Symfony 7.4.
+ The ``isFirstPage()`` and ``isLastPage()`` methods were introduced in Symfony 7.4.
345
346
You can delete the client's history with the ``restart()`` method. This will
347
also delete all the cookies::
0 commit comments