Skip to content

Commit 065e282

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix CS Fix CS
2 parents 1eb19c3 + eb59000 commit 065e282

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)