@@ -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 | } |