diff --git a/src/PointInTime.php b/src/PointInTime.php index a4384f3..ba71eb7 100644 --- a/src/PointInTime.php +++ b/src/PointInTime.php @@ -61,12 +61,9 @@ public static function now(): self /** * Since 1970-01-01T00:00:00+00:00 - * - * @return int<0, max> */ public function milliseconds(): int { - /** @var int<0, max> */ return (int) $this->date->format('Uv'); }