diff -ru src/Symfony/Component/DomCrawler/Crawler.php src/Symfony/Component/DomCrawler/Crawler.php --- src/Symfony/Component/DomCrawler/Crawler.php 2023-05-25 17:32:57.929408118 +0000 +++ src/Symfony/Component/DomCrawler/Crawler.php 2023-05-25 17:33:04.055764264 +0000 @@ -58,7 +58,6 @@ */ private bool $isHtml = true; - private ?HTML5 $html5Parser = null; /** @@ -580,8 +579,6 @@ /** * Returns only the inner text that is the direct descendent of the current node, excluding any child nodes. - * - * @param bool $normalizeWhitespace Whether whitespaces should be trimmed and normalized to single spaces */ public function innerText(/* bool $normalizeWhitespace = true */): string {