Skip to content

Commit 1aab604

Browse files
CS fixes
1 parent a6c4a31 commit 1aab604

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)