Skip to content

Commit 0f18e1a

Browse files
Merge branch '6.0' into 6.1
* 6.0: CS fixes Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents 909368a + 1eb19c3 commit 0f18e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Node/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function dump()
8484
$dump = '';
8585

8686
foreach ($this->toArray() as $v) {
87-
$dump .= is_scalar($v) ? $v : $v->dump();
87+
$dump .= \is_scalar($v) ? $v : $v->dump();
8888
}
8989

9090
return $dump;

0 commit comments

Comments
 (0)