From 31c9187e466e67b413e3fbe03b55a9134d88ca79 Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Tue, 17 Nov 2020 13:26:02 +0100 Subject: [PATCH] Adapt style --- tests/VObject/ComponentTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/VObject/ComponentTest.php b/tests/VObject/ComponentTest.php index ae7420dad..cf3e196dc 100644 --- a/tests/VObject/ComponentTest.php +++ b/tests/VObject/ComponentTest.php @@ -76,10 +76,10 @@ public function testAddGroupProperties() { $comp = new VCard([ 'VERSION' => '3.0', - 'item2.X-ABLabel' => "item2-Foo", + 'item2.X-ABLabel' => 'item2-Foo', ]); - $comp->{'ITEM1.X-ABLabel'} = "ITEM1-Foo"; + $comp->{'ITEM1.X-ABLabel'} = 'ITEM1-Foo'; foreach (['item2', 'ITEM1'] as $group) { $prop = $comp->{"$group.X-ABLabel"};