diff --git a/src/Composer/Downloader/FileDownloader.php b/src/Composer/Downloader/FileDownloader.php index 32fb186f9..4b4f1fcc4 100644 --- a/src/Composer/Downloader/FileDownloader.php +++ b/src/Composer/Downloader/FileDownloader.php @@ -105,6 +105,8 @@ abstract class FileDownloader implements DownloaderInterface * * @param string $file Extracted file * @param string $path Directory + * + * @throws \UnexpectedValueException If can not extract downloaded file to path */ protected abstract function extract($file, $path); }