Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc.

merge-requests/26/head
webchick 2012-01-31 02:52:56 -08:00
parent 4dafc577cc
commit d0dc85e555
1 changed files with 2 additions and 2 deletions

View File

@ -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.