We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fcfb8 commit 6c0fd1bCopy full SHA for 6c0fd1b
system/I18n/TimeTrait.php
@@ -752,7 +752,7 @@ public function addMonths(int $months)
752
/**
753
* Returns a new Time instance with $months calendar months added to the time.
754
*/
755
- public function addCalendarMonths(int $months): Time
+ public function addCalendarMonths(int $months)
756
{
757
$time = clone $this;
758
0 commit comments