Skip to content

Commit d35f5c4

Browse files
committed
Fix PHP Warring
1 parent 7240d77 commit d35f5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/PHPExcel/Shared/OLE.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function _readPpsWks($blockId)
285285
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
286286
break;
287287
default:
288-
break;
288+
continue 2;
289289
}
290290
fseek($fh, 1, SEEK_CUR);
291291
$pps->Type = $type;

0 commit comments

Comments
 (0)