@@ -65,7 +65,7 @@ |
||
65 | 65 | * @param array $calendars |
66 | 66 | */ |
67 | 67 | private function register(IManager $cm, array $calendars) { |
68 | - foreach($calendars as $calendarInfo) { |
|
68 | + foreach ($calendars as $calendarInfo) { |
|
69 | 69 | $calendar = new Calendar($this->backend, $calendarInfo, $this->l10n, $this->config); |
70 | 70 | $cm->registerCalendar(new CalendarImpl( |
71 | 71 | $calendar, |