removed unnecessary break

This commit is contained in:
gondo 2014-03-28 22:53:04 +01:00
parent e69a5e4d0f
commit eb768751c6

View File

@ -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} == '#')) {