diff --git a/src/I18n/Time.php b/src/I18n/Time.php index c6d6a96fe20..ede5fe99a95 100644 --- a/src/I18n/Time.php +++ b/src/I18n/Time.php @@ -247,7 +247,7 @@ public function toUnixString() public function timeAgoInWords(array $options = []) { $time = $this; - + $timezone = null; $format = static::$wordFormat; $end = static::$wordEnd;