@@ -31,7 +31,7 @@ |
||
| 31 | 31 | /** |
| 32 | 32 | * @throws \DateInvalidTimeZoneException If $timezone is passed as string and is invalid. |
| 33 | 33 | */ |
| 34 | - public function __construct(null|\DateTimeZone|string $timezone = null) |
|
| 34 | + public function __construct(null | \DateTimeZone | string $timezone = null) |
|
| 35 | 35 | { |
| 36 | 36 | if (!$timezone instanceof \DateTimeZone) { |
| 37 | 37 | $timezone ??= 'UTC'; |