Skip to content

Commit b53192c

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - update heredoc handling
1 parent ac16e72 commit b53192c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/Node/NodeTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ public function testToString()
2626
Node(
2727
ConstantNode(value: 'foo')
2828
)
29-
EOF
30-
, (string) $node);
29+
EOF,
30+
(string) $node
31+
);
3132
}
3233

3334
public function testSerialization()

0 commit comments

Comments
 (0)