1
0
Fork 0

Add throws declaration for FileDownloader::extract()

pull/33/head
Kirill chEbba Chebunin 2011-09-30 22:46:09 +04:00
parent 43631ccd5b
commit 7527d0af43
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ abstract class FileDownloader implements DownloaderInterface
* *
* @param string $file Extracted file * @param string $file Extracted file
* @param string $path Directory * @param string $path Directory
*
* @throws \UnexpectedValueException If can not extract downloaded file to path
*/ */
protected abstract function extract($file, $path); protected abstract function extract($file, $path);
} }