Skip to content

Commit

Permalink
mb_str_split is already documented on php.net
Browse files Browse the repository at this point in the history
So remove TODO comment which implies that it's not.
  • Loading branch information
alexdowad committed Sep 8, 2020
1 parent b106463 commit 5b78d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/mbstring/mbstring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,6 @@ static int mbfl_split_output(int c, void *data)
return 0;
}

/* TODO Document this function on php.net */
PHP_FUNCTION(mb_str_split)
{
zend_string *str, *encoding = NULL;
Expand Down

0 comments on commit 5b78d76

Please sign in to comment.