Skip to content

Commit b83aff7

Browse files
cs fix
1 parent 34210c8 commit b83aff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)