Skip to content

Commit

Permalink
remove extra comma in test code that breaks PHP 7.1 and 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 14, 2024
1 parent d2ea90a commit 7201ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VObject/ITip/BrokerUpdateEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ public function testInviteStatusCancelled(): void
ATTENDEE;CN=One:mailto:[email protected]
END:VEVENT
END:VCALENDAR
ICS,
ICS
],
];

Expand Down

0 comments on commit 7201ecf

Please sign in to comment.