File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/PhpSpreadsheet/Calculation/TextData Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Text
18
18
* @param mixed $value String Value
19
19
* Or can be an array of values
20
20
*
21
- * @return array|int If an array of values is passed for the argument, then the returned result
21
+ * @return array|int|string If an array of values is passed for the argument, then the returned result
22
22
* will also be an array with matching dimensions
23
23
*/
24
24
public static function length (mixed $ value = '' ): array |int |string
@@ -46,7 +46,7 @@ public static function length(mixed $value = ''): array|int|string
46
46
* @param mixed $value2 String Value
47
47
* Or can be an array of values
48
48
*
49
- * @return array|bool If an array of values is passed for either of the arguments, then the returned result
49
+ * @return array|bool|string If an array of values is passed for either of the arguments, then the returned result
50
50
* will also be an array with matching dimensions
51
51
*/
52
52
public static function exact (mixed $ value1 , mixed $ value2 ): array |bool |string
You can’t perform that action at this time.
0 commit comments