Skip to content

Commit

Permalink
Merge pull request #442 from cakephp/endofday-desc
Browse files Browse the repository at this point in the history
Sync endOfDay() description
  • Loading branch information
othercorey authored Oct 17, 2023
2 parents 1d3d8f3 + 8b7feb3 commit 8db27aa
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 8db27aa

Please sign in to comment.