We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1762c99 commit 0206f1bCopy full SHA for 0206f1b
tests/PHPStan/Printer/PrinterTest.php
@@ -695,7 +695,7 @@ public function enterNode(Node $node)
695
$commentedNode = new ArrayShapeItemNode(new IdentifierTypeNode('f'), false, new IdentifierTypeNode('string'));
696
$commentedNode->setAttribute(Attribute::COMMENTS, [
697
new Comment('/* A single line comment */'),
698
- new Comment('/* Another one on the same line */')
+ new Comment('/* Another one on the same line */'),
699
]);
700
$node->items[] = $commentedNode;
701
}
0 commit comments