summaryrefslogtreecommitdiff
path: root/ext/date/php_date.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/php_date.stub.php')
-rw-r--r--ext/date/php_date.stub.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/date/php_date.stub.php b/ext/date/php_date.stub.php
index cb01b7e073..bb19284199 100644
--- a/ext/date/php_date.stub.php
+++ b/ext/date/php_date.stub.php
@@ -1,6 +1,9 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {}