Skip to content

Commit

Permalink
DateTime: Fix return type of getOutputTimezone
Browse files Browse the repository at this point in the history
  • Loading branch information
solflare committed Jul 11, 2022
1 parent e92f1c4 commit a11b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseFeatures/Data/Types/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function setInputFormat(string|null $format) : self
return $this;
}

public function getOutputTimezone() : string
public function getOutputTimezone() : ?string
{
return $this->outputTzName;
}
Expand Down

0 comments on commit a11b65c

Please sign in to comment.