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
Copy file name to clipboardExpand all lines: date/date_c.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ public static function getLastErrors(): array|false {}
245
245
* @param string $modifier <p>A date/time string. Valid formats are explained in
246
246
* {@link https://secure.php.net/manual/en/datetime.formats.php Date and Time Formats}.</p>
247
247
* @return static|false Returns the newly created object or false on failure.
248
+
* @throws DateMalformedStringException
248
249
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
0 commit comments