Skip to content

Commit b9bfe3f

Browse files
Fix getPartsIterator stub
1 parent d9cbc31 commit b9bfe3f

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
@@ -86,7 +86,7 @@ public function getErrorMessage(): string {}
8686
public function getLocale(int $type): string|false {}
8787

8888
/** @tentative-return-type */
89-
public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
89+
public function getPartsIterator(int $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
9090

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

0 commit comments

Comments
 (0)