Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc.
parent
4dafc577cc
commit
d0dc85e555
|
@ -51,12 +51,12 @@ interface ArchiverInterface {
|
||||||
* @param $files
|
* @param $files
|
||||||
* Optionally specify a list of files to be extracted. Files are
|
* Optionally specify a list of files to be extracted. Files are
|
||||||
* relative to the root of the archive. If not specified, all files
|
* relative to the root of the archive. If not specified, all files
|
||||||
* in the archive will be extracted
|
* in the archive will be extracted.
|
||||||
*
|
*
|
||||||
* @return ArchiverInterface
|
* @return ArchiverInterface
|
||||||
* The called object.
|
* The called object.
|
||||||
*/
|
*/
|
||||||
public function extract($path, Array $files = array());
|
public function extract($path, array $files = array());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lists all files in the archive.
|
* Lists all files in the archive.
|
||||||
|
|
Loading…
Reference in New Issue