| @@ -1,5 +1,5 @@ discard block | ||
| 1 | 1 | <?php | 
| 2 | -declare(strict_types = 1); | |
| 2 | +declare(strict_types=1); | |
| 3 | 3 | /** | 
| 4 | 4 | * /src/Entity/DateDimension.php | 
| 5 | 5 | * | 
| @@ -282,6 +282,6 @@ discard block | ||
| 282 | 282 |      { | 
| 283 | 283 |          $output = DateTimeImmutable::createFromFormat('U', $this->getUnixTime(), new DateTimeZone('UTC')); | 
| 284 | 284 | |
| 285 | -        return $output === false ? new DateTimeImmutable(timezone: new DateTimeZone('UTC')) : $output; | |
| 285 | +        return $output === false ? new DateTimeImmutable(timezone : new DateTimeZone('UTC')) : $output; | |
| 286 | 286 | } | 
| 287 | 287 | } |