SonarCloud Cleanups

This commit is contained in:
o-psi
2024-02-09 16:40:51 -06:00
parent 971830ac21
commit f0d2f5b02a
4 changed files with 8 additions and 8 deletions

View File

@@ -1053,8 +1053,6 @@ function createiCalStr($datetime, $title, $description, $location) {
// Todo: add organizer details
// $event->addNode(new ZCiCalDataNode("ORGANIZER;CN=Organizer Name:MAILTO:organizer@example.com"));
// Export the iCal object to a string
$ics_feed = $cal_event->export();
return $ics_feed;
// Return the iCal string
return $cal_event->export();
}