Skip to content

Commit c66ee92

Browse files
Merge branch '4.4' into 5.4
* 4.4: CS fixes 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 45b08cb + 1aab604 commit c66ee92

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
@@ -87,7 +87,7 @@ public function dump()
8787
$dump = '';
8888

8989
foreach ($this->toArray() as $v) {
90-
$dump .= is_scalar($v) ? $v : $v->dump();
90+
$dump .= \is_scalar($v) ? $v : $v->dump();
9191
}
9292

9393
return $dump;

0 commit comments

Comments
 (0)