Merge pull request #10550 from frederic34/patch-21
continue is ambiguous in outer loop for php 7.3
This commit is contained in:
commit
3daa8b0731
@ -287,7 +287,7 @@ class PHPExcel_Shared_OLE
|
||||
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
fseek($fh, 1, SEEK_CUR);
|
||||
$pps->Type = $type;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user