Skip to content

Commit 73d0f53

Browse files
authored
Merge pull request #894 from MorrisJobke/patch-3
IntlBreakIterator::next - optional argument
2 parents 08fb638 + cd4fe1d commit 73d0f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intl/intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6471,7 +6471,7 @@ public function last() { }
64716471
* @param string $offset [optional]
64726472
* @return int
64736473
*/
6474-
public function next($offset) { }
6474+
public function next($offset = null) { }
64756475

64766476
/**
64776477
* (PHP 5 &gt;=5.5.0)<br/>

0 commit comments

Comments
 (0)