Skip to content

Commit

Permalink
Ignore Excel5 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Janson committed Apr 4, 2018
1 parent 0bb924d commit 3e8fc34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Parser/Excel5.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/
namespace EC\PHPExcel\Parser;

error_reporting(E_ERROR);

use EC\PHPExcel\Exception\ParserException;
use EC\PHPExcel\Parser\Excel5\OLERead;
use EC\PHPExcel\Parser\Excel5\RC4;
Expand Down Expand Up @@ -335,7 +337,7 @@ public function parseWorksheetInfo() {
break;

case self::XLS_TYPE_SST:
@$this->readSst();
$this->readSst();
break;

case self::XLS_TYPE_SHEET:
Expand Down

0 comments on commit 3e8fc34

Please sign in to comment.