Skip to content

Commit

Permalink
Update lib/Date.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored Aug 21, 2024
1 parent 1597dbe commit 23e28f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function isBetween(self $start, self $end): bool

/**
* Returns an instance of {@see Date} incremented by the specified number of months.
* If the resulting month has fewer days than the current day, the day will be the last day of the month.
* If the resulting month has fewer days than the current day, the day will be the last day of that month.
*
* @throws \InvalidArgumentException if $increment is less than 1
*/
Expand Down

0 comments on commit 23e28f5

Please sign in to comment.