Skip to content

Commit 5b78d76

Browse files
committed
mb_str_split is already documented on php.net
So remove TODO comment which implies that it's not.
1 parent b106463 commit 5b78d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,6 @@ static int mbfl_split_output(int c, void *data)
16791679
return 0;
16801680
}
16811681

1682-
/* TODO Document this function on php.net */
16831682
PHP_FUNCTION(mb_str_split)
16841683
{
16851684
zend_string *str, *encoding = NULL;

0 commit comments

Comments
 (0)