From a8591bd0084ec277b40172434d09e058ac96a069 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Wed, 4 Oct 2023 11:49:28 +0200 Subject: [PATCH] Fix code style issues --- CRM/Utils/ICalendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/ICalendar.php b/CRM/Utils/ICalendar.php index 40034bc394..fddefbfec8 100644 --- a/CRM/Utils/ICalendar.php +++ b/CRM/Utils/ICalendar.php @@ -216,7 +216,7 @@ class CRM_Utils_ICalendar { } /** - * @param array | NULL $info + * @param array|NULL $info * Information of the events to create an iCal file for, as returned by * CRM_Event_BAO_Event::getCompleteInfo(). * @@ -260,7 +260,7 @@ class CRM_Utils_ICalendar { } /** - * @param int | NULL $event_id + * @param int|NULL $event_id * The CiviCRM Event ID of the event to render an iCal file for. * * @return string -- 2.25.1