From 2e8d715c2f7101a03dbff23faf2326ac47686811 Mon Sep 17 00:00:00 2001 From: Guillaume ZITTA Date: Tue, 14 Feb 2017 18:02:22 +0100 Subject: [PATCH] fix bad visibility --- src/Composer/Downloader/ZipDownloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Downloader/ZipDownloader.php b/src/Composer/Downloader/ZipDownloader.php index e1ee74381..88b2b51cf 100644 --- a/src/Composer/Downloader/ZipDownloader.php +++ b/src/Composer/Downloader/ZipDownloader.php @@ -133,7 +133,7 @@ class ZipDownloader extends ArchiveDownloader * @param string $file File to extract * @param string $path Path where to extract file */ - public function extract($file, $path) + protected function extract($file, $path) { $resultZipArchive = NULL; $resultUnzip = NULL;