Skip to content

Commit 1762c99

Browse files
committed
lint
1 parent cee33d9 commit 1762c99

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/PHPStan/Printer/PrinterTest.php

+2-6
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,8 @@ public function enterNode(Node $node)
694694

695695
$commentedNode = new ArrayShapeItemNode(new IdentifierTypeNode('f'), false, new IdentifierTypeNode('string'));
696696
$commentedNode->setAttribute(Attribute::COMMENTS, [
697-
new Comment(
698-
'/* A single line comment */'
699-
),
700-
new Comment(
701-
'/* Another one on the same line */'
702-
)
697+
new Comment('/* A single line comment */'),
698+
new Comment('/* Another one on the same line */')
703699
]);
704700
$node->items[] = $commentedNode;
705701
}

0 commit comments

Comments
 (0)