From: Alex Dowad Date: Tue, 8 Sep 2020 18:09:44 +0000 (+0200) Subject: mb_str_split is already documented on php.net X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b78d76ec8a569c8b547ce1cb044a671bd976f46;p=php mb_str_split is already documented on php.net So remove TODO comment which implies that it's not. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 8f463f64f8..e4d63b5188 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -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;