@@ -33,7 +33,7 @@ |
||
| 33 | 33 | if ($dateTime === null) { |
| 34 | 34 | $dateTime = $this->renderChildren(); |
| 35 | 35 | } |
| 36 | - if (! $dateTime instanceof \DateTimeInterface) { |
|
| 36 | + if (!$dateTime instanceof \DateTimeInterface) { |
|
| 37 | 37 | $dateTime = new \DateTime(); |
| 38 | 38 | } |
| 39 | 39 | |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | // set timezone to UTC |
| 34 | 34 | \date_default_timezone_set('UTC'); |
| 35 | 35 | |
| 36 | - $result = \strftime($this->arguments['format'], (int) $this->arguments['date']->format('U')); |
|
| 36 | + $result = \strftime($this->arguments['format'], (int)$this->arguments['date']->format('U')); |
|
| 37 | 37 | |
| 38 | 38 | // restore timezone setting |
| 39 | 39 | \date_default_timezone_set($timezone); |