From 445f5d0d4520df8cfbfb30f57214b8a4b607cef9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 16 Feb 2023 11:24:08 +0100 Subject: [PATCH] docs(DomCrawler): remove hint about html5-php library html5-php is mandatory after https://github.com/symfony/symfony/pull/44170 --- components/dom_crawler.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index 709f3d86981..18d6abbb551 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -70,13 +70,6 @@ tree. isn't meant to dump content, you can see the "fixed" version of your HTML by :ref:`dumping it `. -.. note:: - - If you need better support for HTML5 contents or want to get rid of the - inconsistencies of PHP's DOM extension, install the `html5-php library`_. - The DomCrawler component will use it automatically when the content has - an HTML5 doctype. - Node Filtering ~~~~~~~~~~~~~~ @@ -650,5 +643,3 @@ Learn more * :doc:`/testing` * :doc:`/components/css_selector` - -.. _`html5-php library`: https://github.com/Masterminds/html5-php