1
0
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:
wapplay
2018-10-09 10:06:04 +03:00
parent 59773d62a8
commit f9e6a73587
38 changed files with 942 additions and 684 deletions

View File

@@ -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();
}
});
}