Completed
Push — master ( c91fb3...77e88f )
by Ariel
05:48
created
src/Concierge.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.