Skip to content

Commit

Permalink
remove wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Nov 21, 2024
1 parent 81dd9e3 commit e4ece47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PointInTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit e4ece47

Please sign in to comment.