diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-12 14:03:43 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-14 13:39:00 +0200 |
commit | f00bcfbb7dfe759ffab5abd05e3171fdeeb2f02e (patch) | |
tree | c89922e5fd24312e3bdcc0af96ab1dfe1cf4fd05 /ext/intl/php_intl.stub.php | |
parent | ae1364c35006bfcd0d7feeecddb7499000eba1b5 (diff) | |
download | php-git-f00bcfbb7dfe759ffab5abd05e3171fdeeb2f02e.tar.gz |
Generate method entries for ext/intl
Closes GH-5370
Diffstat (limited to 'ext/intl/php_intl.stub.php')
-rw-r--r-- | ext/intl/php_intl.stub.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/php_intl.stub.php b/ext/intl/php_intl.stub.php index 3154996f00..f1caad8429 100644 --- a/ext/intl/php_intl.stub.php +++ b/ext/intl/php_intl.stub.php @@ -1,5 +1,7 @@ <?php +/** @generate-function-entries */ + /* calendar */ /** @param IntlTimeZone|DateTimeZone|string|null $timeZone */ @@ -43,8 +45,6 @@ function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): i function intlcal_get_first_day_of_week(IntlCalendar $calendar): int|false {} -function intlcal_greatest_minimum(IntlCalendar $calendar, int $field): int|false {} - function intlcal_get_least_maximum(IntlCalendar $calendar, int $field): int|false {} function intlcal_get_greatest_minimum(IntlCalendar $calendar, int $field): int|false {} |