mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-21 21:06:06 +03:00
Fix switch...continue for php 7.3
This commit is contained in:
parent
39534e3dd3
commit
e31d0fa339
@ -285,7 +285,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