mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-15 12:36:32 +00:00
Restore Comment
I don't get it. Phpstan should pass this statement in Php8.3, but doesn't.
This commit is contained in:
@@ -171,7 +171,7 @@ class Html extends BaseReader
|
||||
{
|
||||
$meta = stream_get_meta_data($this->fileHandle);
|
||||
// Phpstan incorrectly flags following line for Php8.2-, corrected in 8.3
|
||||
$filename = $meta['uri'];
|
||||
$filename = $meta['uri']; //@phpstan-ignore-line
|
||||
|
||||
$size = (int) filesize($filename);
|
||||
if ($size === 0) {
|
||||
|
||||
Reference in New Issue
Block a user