Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 8, 2024
1 parent 705f4db commit 0ed667b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PHPStan/Printer/PrinterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ public function dataPrintType(): iterable
new IdentifierTypeNode('string'),
),
new ArrayShapeItemNode(
new QuoteAwareConstExprStringNode('Full Name', QuoteAwareConstExprStringNode::SINGLE_QUOTED),
new ConstExprStringNode('Full Name', ConstExprStringNode::SINGLE_QUOTED),
false,
new IdentifierTypeNode('string'),
),
Expand All @@ -2021,7 +2021,7 @@ public function dataPrintType(): iterable
new IdentifierTypeNode('string'),
),
new ObjectShapeItemNode(
new QuoteAwareConstExprStringNode('Full Name', QuoteAwareConstExprStringNode::SINGLE_QUOTED),
new ConstExprStringNode('Full Name', ConstExprStringNode::SINGLE_QUOTED),
false,
new IdentifierTypeNode('string'),
),
Expand Down

0 comments on commit 0ed667b

Please sign in to comment.