mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-19 06:26:48 +00:00
Typo in Comment
This commit is contained in:
@@ -371,7 +371,7 @@ class XlsBase extends BaseReader
|
||||
protected static function confirmPos(string $data, int $pos): void
|
||||
{
|
||||
if ($pos >= strlen($data)) {
|
||||
throw new PhpSpreadsheetException('File appears to be corrupt'); //* @codeCoverageIgnore
|
||||
throw new PhpSpreadsheetException('File appears to be corrupt'); // @codeCoverageIgnore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user