Skip to content

Commit 74b8fdb

Browse files
Fix getPartsIterator stub (#21003)
1 parent a7447c1 commit 74b8fdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 {}

ext/intl/breakiterator/breakiterator_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)