Skip to content

Commit b164b02

Browse files
VincentLangletisfedorov
authored andcommitted
Add missing throw tag
1 parent bdc8acd commit b164b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

date/date_c.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ public static function getLastErrors(): array|false {}
245245
* @param string $modifier <p>A date/time string. Valid formats are explained in
246246
* {@link https://secure.php.net/manual/en/datetime.formats.php Date and Time Formats}.</p>
247247
* @return static|false Returns the newly created object or false on failure.
248+
* @throws DateMalformedStringException
248249
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
249250
*/
250251
#[Pure]

0 commit comments

Comments
 (0)