Skip to content

Commit ddab9f3

Browse files
Fix getPartsIterator stub
1 parent ba1f3d9 commit ddab9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/breakiterator/breakiterator.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function getErrorMessage(): string {}
143143
public function getLocale(int $type): string|false {}
144144

145145
/** @tentative-return-type */
146-
public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
146+
public function getPartsIterator(int $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
147147

148148
/** @tentative-return-type */
149149
public function getText(): ?string {}

0 commit comments

Comments
 (0)