Skip to content

Commit 0206f1b

Browse files
committed
lint
1 parent 1762c99 commit 0206f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Printer/PrinterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ public function enterNode(Node $node)
695695
$commentedNode = new ArrayShapeItemNode(new IdentifierTypeNode('f'), false, new IdentifierTypeNode('string'));
696696
$commentedNode->setAttribute(Attribute::COMMENTS, [
697697
new Comment('/* A single line comment */'),
698-
new Comment('/* Another one on the same line */')
698+
new Comment('/* Another one on the same line */'),
699699
]);
700700
$node->items[] = $commentedNode;
701701
}

0 commit comments

Comments
 (0)