@@ -328,16 +328,16 @@ modify the existing Time instance, but will return a new instance.
328328addCalendarMonths() / subCalendarMonths()
329329-----------------------------------------
330330
331- Modifies the current Time by adding or subtracting whole calendar months. These methods can be useful if you
332- require no calendar months are skipped in recurring dates. Refer to the table below for a comparison between
331+ Modifies the current Time by adding or subtracting whole calendar months. These methods can be useful if you
332+ require no calendar months are skipped in recurring dates. Refer to the table below for a comparison between
333333``addMonths() `` and ``addCalendarMonths() `` for an initial date of ``2025-01-31 ``.
334334
335- ======= =========== ===================
335+ ======= =========== ===================
336336$months addMonths() addCalendarMonths()
337337======= =========== ===================
338- 1 2025-03-03 2025-02-28
339- 2 2025-03-31 2025-03-31
340- 3 2025-05-01 2025-04-30
338+ 1 2025-03-03 2025-02-28
339+ 2 2025-03-31 2025-03-31
340+ 3 2025-05-01 2025-04-30
3413414 2025-05-31 2025-05-31
3423425 2025-07-01 2025-06-30
3433436 2025-07-31 2025-07-31
@@ -401,7 +401,7 @@ isPast()
401401.. versionadded :: 4.7.0
402402
403403Determines if the current instance's time is in the past, relative to "now".
404- It returns a boolean true/false::
404+ It returns a boolean true/false:
405405
406406.. literalinclude :: time/043.php
407407
@@ -413,7 +413,7 @@ isFuture()
413413.. versionadded :: 4.7.0
414414
415415Determines if the current instance's time is in the future, relative to "now".
416- It returns a boolean true/false::
416+ It returns a boolean true/false:
417417
418418.. literalinclude :: time/044.php
419419
0 commit comments