Skip to content

Commit d3da9eb

Browse files
committed
Typo in Comment
1 parent 99f59c5 commit d3da9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Reader/XlsBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ protected function decodeCodepage(string $string): string
371371
protected static function confirmPos(string $data, int $pos): void
372372
{
373373
if ($pos >= strlen($data)) {
374-
throw new PhpSpreadsheetException('File appears to be corrupt'); //* @codeCoverageIgnore
374+
throw new PhpSpreadsheetException('File appears to be corrupt'); // @codeCoverageIgnore
375375
}
376376
}
377377

0 commit comments

Comments
 (0)