8000 cs fix · symfony/symfony@7a3a664 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3a664

Browse files
cs fix
1 parent 7d6b657 commit 7a3a664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@ public function nodeName()
595595
*
596596
* Pass true as the 2nd argument to normalize whitespaces.
597597
*
598-
* @param mixed $default When provided and the current node is empty, this value is returned and no exception is thrown
598+
* @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
599600
*
600601
* @return string The node value
601602
*

0 commit comments

Comments
 (0)
0