Skip to content

Commit

Permalink
Merge pull request #391 from thecodingmachine/create-pull-request/reg…
Browse files Browse the repository at this point in the history
…enerate-files

Automatically regenerate the files
  • Loading branch information
Kharhamel authored Sep 19, 2022
2 parents dc8df8f + 1e6d01c commit 8f7c7a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generated/datetime.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
/**
* Returns associative array with detailed info about given date/time.
*
* @param string $format Format accepted by DateTimeImmutable::createFromFormat.
* @param string $format Documentation on how the format is used, please
* refer to the documentation of
* DateTimeImmutable::createFromFormat. The same
* rules apply.
* @param string $datetime String representing the date/time.
* @return array{year: int|false, month: int|false, day: int|false, hour: int|false, minute: int|false, second: int|false, fraction: float|false, warning_count: int, warnings: string[], error_count: int, errors: string[], is_localtime: bool, zone_type: int|bool, zone: int|bool, is_dst: bool, tz_abbr: string, tz_id: string, relative: array{year: int, month: int, day: int, hour: int, minute: int, second: int, weekday: int, weekdays: int, first_day_of_month: bool, last_day_of_month: bool}}|null Returns associative array with detailed info about given date/time.
*
Expand Down

0 comments on commit 8f7c7a3

Please sign in to comment.