summaryrefslogtreecommitdiff
path: root/ext/intl/timezone/timezone.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-08-07 16:48:39 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-08-07 16:48:45 +0200
commit046cc5e4c213b836546689d5bdc8925f057c24b5 (patch)
tree2fc60163e4d8a588203483ad3094d339fe246799 /ext/intl/timezone/timezone.stub.php
parent7b9f37c3893a9a1c942a04a09c9e6b172c4af80b (diff)
downloadphp-git-046cc5e4c213b836546689d5bdc8925f057c24b5.tar.gz
Add another round of missing parameter types to stubs
Closes GH-5950
Diffstat (limited to 'ext/intl/timezone/timezone.stub.php')
-rw-r--r--ext/intl/timezone/timezone.stub.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/intl/timezone/timezone.stub.php b/ext/intl/timezone/timezone.stub.php
index e470ee8440..5e6208bb73 100644
--- a/ext/intl/timezone/timezone.stub.php
+++ b/ext/intl/timezone/timezone.stub.php
@@ -44,6 +44,7 @@ class IntlTimeZone
public static function fromDateTimeZone(DateTimeZone $zone) {}
/**
+ * @param bool $isSystemID
* @return string|false
* @alias intltz_get_canonical_id
*/
@@ -92,6 +93,8 @@ class IntlTimeZone
public function getID() {}
/**
+ * @param int $rawOffset
+ * @param int $dstOffset
* @return bool
* @alias intltz_get_offset
*/