@@ -396,7 +396,7 @@ |
||
396 | 396 | Calculation::getInstance($this->spreadSheet)->getDebugLog()->setWriteDebugLog($saveDebugLog); |
397 | 397 | |
398 | 398 | // Close file, If can't close Throws an Exception |
399 | - if ( @$zip->close() === false ) { |
|
399 | + if (@$zip->close() === false) { |
|
400 | 400 | throw new WriterException("Could not close zip file $pFilename."); |
401 | 401 | } |
402 | 402 |