Typo in Comment

This commit is contained in:
oleibman
2025-09-16 16:53:00 -07:00
parent 99f59c5e4c
commit d3da9ebdab
+1 -1
View File
@@ -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
}
}