Skip to content
Snippets Groups Projects
Commit cbd53464 authored by Prasad's avatar Prasad
Browse files

Syntax fix for php 7 compat.

parent 500b0c29
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,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} == '#')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment