@@ -95,11 +95,11 @@ |
||
| 95 | 95 | public function buildTimetable($vacancies, $starting = 'today', $days = 1) |
| 96 | 96 | { |
| 97 | 97 | $this->timetable |
| 98 | - ->interval($this->interval) |
|
| 99 | - ->format('date.service.time') |
|
| 100 | - ->from($starting) |
|
| 101 | - ->future($days) |
|
| 102 | - ->init(); |
|
| 98 | + ->interval($this->interval) |
|
| 99 | + ->format('date.service.time') |
|
| 100 | + ->from($starting) |
|
| 101 | + ->future($days) |
|
| 102 | + ->init(); |
|
| 103 | 103 | |
| 104 | 104 | foreach ($vacancies as $vacancy) { |
| 105 | 105 | $this->updateTimeslots($vacancy, $this->interval); |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | protected function vacancyManager() |
| 40 | 40 | { |
| 41 | - if($this->vacancyManager === null) |
|
| 41 | + if ($this->vacancyManager === null) |
|
| 42 | 42 | { |
| 43 | 43 | $this->vacancyManager = new VacancyManager(); |
| 44 | 44 | } |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | |
| 79 | 79 | protected function makeDateTimeUTC($date, $time, $timezone = null) |
| 80 | 80 | { |
| 81 | - if($timezone === null) |
|
| 81 | + if ($timezone === null) |
|
| 82 | 82 | { |
| 83 | 83 | $timezone = $this->business->timezone; |
| 84 | 84 | } |