8000 [DomCrawler] Add more details about some methods by javiereguiluz · Pull Request #21034 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[DomCrawler] Add more details about some methods #21034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 6.4
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
-
  • Loading branch information
javiereguiluz committed Jun 3, 2025
commit 449fd99c36cbd3dcf77e97856c0180c5ab27e843
2 changes: 1 addition & 1 deletion testing/dom_crawler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Many other methods are also available:
``last()``
Selects the last node.
``siblings()``
Selects all sibling nodes (nodes with the same parent).
Selects all sibling nodes (nodes with the same parent, excluding the current node).
``nextAll()``
Selects all following siblings (same parent, after the current node).
``previousAll()``
Expand Down
0