You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +50,7 @@ public function diff($datetime2, $absolute = false): DateInterval
48
50
/**
49
51
* @param string $modify A date/time string. Valid formats are explained in <a href="https://secure.php.net/manual/en/datetime.formats.php">Date and Time Formats</a>.
50
52
* @return DateTime Returns the DateTime object for method chaining.
53
+
* @throws DatetimeException
51
54
*/
52
55
publicfunctionmodify($modify): self
53
56
{
@@ -64,6 +67,7 @@ public function modify($modify): self
0 commit comments