mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-18 16:46:26 +02:00
PHP-doc updated (@throws added everywhere) and minor refactoring done.
This commit is contained in:
@@ -145,7 +145,7 @@ class ZipEntryMatcher implements \Countable
|
||||
$entry = $this->zipModel->getEntry($entry);
|
||||
if (!$entry->isDirectory()) {
|
||||
$entry = $this->zipModel->getEntryForChanges($entry);
|
||||
$entry->clearEncryption();
|
||||
$entry->disableEncryption();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user