mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-05 15:10:04 +00:00
removed unnecessary break
This commit is contained in:
@@ -578,7 +578,6 @@ class PHPExcel_Calculation_Functions {
|
||||
return 4;
|
||||
} elseif(is_array($value)) {
|
||||
return 64;
|
||||
break;
|
||||
} elseif(is_string($value)) {
|
||||
// Errors
|
||||
if ((strlen($value) > 0) && ($value{0} == '#')) {
|
||||
|
||||
Reference in New Issue
Block a user