Skip to content

Commit 26e5214

Browse files
committed
fix tests
1 parent 7cf779c commit 26e5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Printer/Printer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ private function printArrayFormatPreserving(array $nodes, array $originalNodes,
553553
$result .= '(';
554554
}
555555

556-
if($insertNewline) {
556+
if ($insertNewline) {
557557
$delayedAddComments = $delayedAddNode->getAttribute(Attribute::COMMENTS) ?? [];
558558
if (count($delayedAddComments) > 0) {
559559
$result .= $this->pComments($delayedAddComments, $beforeAsteriskIndent, $afterAsteriskIndent);// . "\n";

0 commit comments

Comments
 (0)