From 24f553a17ea43c1928dc44251b351ffcefa0232b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 29 Jul 2022 13:20:37 +0900 Subject: [PATCH] Update comments for split element counter --- www/lib/CoreLibs/Convert/Strings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/Convert/Strings.php b/www/lib/CoreLibs/Convert/Strings.php index 1627f234..bcbaf058 100644 --- a/www/lib/CoreLibs/Convert/Strings.php +++ b/www/lib/CoreLibs/Convert/Strings.php @@ -11,9 +11,10 @@ namespace CoreLibs\Convert; class Strings { /** - * return the elements in the split list + * return the number of elements in the split list * 0 if nothing / invalid split * 1 if no split character found + * n for the numbers in the split list * * @param string $split_format * @param string $split_characters