8000
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 7d6b657 commit 7a3a664Copy full SHA for 7a3a664
src/Symfony/Component/DomCrawler/Crawler.php
@@ -595,7 +595,8 @@ public function nodeName()
595
*
596
* Pass true as the 2nd argument to normalize whitespaces.
597
598
- * @param mixed $default When provided and the current node is empty, this value is returned and no exception is thrown
+ * @param mixed $default When provided and the current node is empty, this value is returned and no exception is thrown
599
+ * @param mixed $normalizeWhitespace Whether whitespaces should be trimmed and normalized to single spaces
600
601
* @return string The node value
602
0 commit comments