Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf3a409

Browse filesBrowse files
committed
minor #17908 docs(DomCrawler): remove hint about html5-php library (kesselb)
This PR was merged into the 6.2 branch. Discussion ---------- docs(DomCrawler): remove hint about html5-php library html5-php is mandatory after symfony/symfony#44170 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 1be7e33 docs(DomCrawler): remove hint about html5-php library
2 parents 3118c3e + 1be7e33 commit bf3a409
Copy full SHA for bf3a409

File tree

Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed

‎components/dom_crawler.rst

Copy file name to clipboardExpand all lines: components/dom_crawler.rst
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ tree.
7070
isn't meant to dump content, you can see the "fixed" version of your HTML
7171
by :ref:`dumping it <component-dom-crawler-dumping>`.
7272

73-
.. note::
74-
75-
If you need better support for HTML5 contents or want to get rid of the
76-
inconsistencies of PHP's DOM extension, install the `html5-php library`_.
77-
The DomCrawler component will use it automatically when the content has
78-
an HTML5 doctype.
79-
8073
Node Filtering
8174
~~~~~~~~~~~~~~
8275

@@ -650,5 +643,3 @@ Learn more
650643

651644
* :doc:`/testing`
652645
* :doc:`/components/css_selector`
653-
654-
.. _`html5-php library`: https://github.com/Masterminds/html5-php

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.