Skip to content

Commit

Permalink
Adapt style
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich authored and phil-davis committed Feb 12, 2021
1 parent 930b748 commit 31c9187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/VObject/ComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"};
Expand Down

0 comments on commit 31c9187

Please sign in to comment.