summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-10-09 11:04:49 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-10-09 11:05:42 +0200
commit503999910b186d11345a0277d1d34d4b30ed4e49 (patch)
treee25e1db21d7018a22577c1e7f4946f07d166ca10 /ext/intl/dateformat/dateformat.stub.php
parent686d6c3dd4f6de64de921ba3b772c2d110d88a3e (diff)
downloadphp-git-503999910b186d11345a0277d1d34d4b30ed4e49.tar.gz
More precise type information for datefmt_format()
Diffstat (limited to 'ext/intl/dateformat/dateformat.stub.php')
-rw-r--r--ext/intl/dateformat/dateformat.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/dateformat/dateformat.stub.php b/ext/intl/dateformat/dateformat.stub.php
index 53cda18560..bf2136eb61 100644
--- a/ext/intl/dateformat/dateformat.stub.php
+++ b/ext/intl/dateformat/dateformat.stub.php
@@ -97,7 +97,7 @@ class IntlDateFormatter
public function isLenient() {}
/**
- * @param object|array|string|int|float $value
+ * @param IntlCalendar|DateTimeInterface|array|string|int|float $value
* @return string|false
* @alias datefmt_format
*/