We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f59c5 commit d3da9ebCopy full SHA for d3da9eb
src/PhpSpreadsheet/Reader/XlsBase.php
@@ -371,7 +371,7 @@ protected function decodeCodepage(string $string): string
371
protected static function confirmPos(string $data, int $pos): void
372
{
373
if ($pos >= strlen($data)) {
374
- throw new PhpSpreadsheetException('File appears to be corrupt'); //* @codeCoverageIgnore
+ throw new PhpSpreadsheetException('File appears to be corrupt'); // @codeCoverageIgnore
375
}
376
377
0 commit comments