@@ -246,7 +246,7 @@ discard block |
||
246 | 246 | |
247 | 247 | public function setTimezone($timezone) |
248 | 248 | { |
249 | - if (! $timezone instanceof \DateTimeZone) { |
|
249 | + if (!$timezone instanceof \DateTimeZone) { |
|
250 | 250 | $timezone = new \DateTimeZone($timezone); |
251 | 251 | } |
252 | 252 | |
@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | |
296 | 296 | public function addSource($source) |
297 | 297 | { |
298 | - if (! in_array($source, $this->source)) { |
|
298 | + if (!in_array($source, $this->source)) { |
|
299 | 299 | $this->source[] = $source; |
300 | 300 | } |
301 | 301 | } |