Skip to content

Commit f9d08cf

Browse files
committed
Fix PHP CS Fixer
1 parent 3180469 commit f9d08cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service/CalendarGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ private function generateIcal(array $events = []): Component
103103
$componentFactory = new CalendarFactory();
104104
$calendarComponent = $componentFactory->createCalendar($calendar);
105105

106-
//4. Refresh
106+
// 4. Refresh
107107
$refreshProperty = new Property('REFRESH-INTERVAL;VALUE=DURATION', new TextValue('PT4H'));
108108
$calendarComponent = $calendarComponent->withProperty($refreshProperty);
109-
109+
110110
// 5. Output
111111
return $calendarComponent;
112112
}

0 commit comments

Comments
 (0)