Skip to content

Conversation

@chfsx
Copy link
Member

@chfsx chfsx commented Jan 20, 2026

@chfsx chfsx self-assigned this Jan 20, 2026
@chfsx chfsx added the bugfix label Jan 20, 2026
@chfsx chfsx force-pushed the fix/0046230/10/maybe-open-zip branch from 363a856 to 24e7ee7 Compare February 3, 2026 16:31
@chfsx chfsx force-pushed the fix/0046230/10/maybe-open-zip branch from 24e7ee7 to 698a44e Compare February 3, 2026 19:11
Comment on lines +76 to +79
foreach ($streams as $path_unside_zip => $stream) {
$path_unside_zip = is_int($path_unside_zip) ? basename((string) $stream->getMetadata('uri')) : $path_unside_zip;
$this->addStream($stream, basename($path_unside_zip));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
foreach ($streams as $path_unside_zip => $stream) {
$path_unside_zip = is_int($path_unside_zip) ? basename((string) $stream->getMetadata('uri')) : $path_unside_zip;
$this->addStream($stream, basename($path_unside_zip));
}
foreach ($streams as $path_inside_zip => $stream) {
$path_inside_zip = is_int($path_inside_zip) ? basename((string) $stream->getMetadata('uri')) : $path_inside_zip;
$this->addStream($stream, basename($path_inside_zip));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants