Skip to content

Commit

Permalink
Sync endOfDay() description
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Taylor committed Oct 17, 2023
1 parent 1d3d8f3 commit 8b7feb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ChronosInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,8 @@ public function secondsUntilEndOfDay(): int;
public function startOfDay(): self;

/**
* Sets the time to end of day - either
* 23:59:59 or 23:59:59.999999 if `$microseconds` is true.
* Sets the time to 23:59:59 or 23:59:59.999999
* if `$microseconds` is true.
*
* @param bool $microseconds Whether to set microseconds
* @return static
Expand Down
4 changes: 2 additions & 2 deletions src/Traits/ModifierTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@ public function startOfDay(): ChronosInterface
}

/**
* Sets the time to end of day - either
* 23:59:59 or 23:59:59.999999 if `$microseconds` is true.
* Sets the time to 23:59:59 or 23:59:59.999999
* if `$microseconds` is true.
*
* @param bool $microseconds Whether to set microseconds
* @return static
Expand Down

0 comments on commit 8b7feb3

Please sign in to comment.