Skip to content

Commit 13f0e1f

Browse files
committed
Fix CS
1 parent 1aab604 commit 13f0e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Node/NodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testToString()
2626
ConstantNode(value: 'foo')
2727
)
2828
EOF
29-
, (string) $node);
29+
, (string) $node);
3030
}
3131

3232
public function testSerialization()

0 commit comments

Comments
 (0)