Explorar o código

fix bad visibility

Guillaume ZITTA %!s(int64=8) %!d(string=hai) anos
pai
achega
2e8d715c2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Downloader/ZipDownloader.php

+ 1 - 1
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;