summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/php_intl.stub.php')
-rw-r--r--ext/intl/php_intl.stub.php4
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 {}