Skip to content
Snippets Groups Projects
Commit d0dc85e5 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 4dafc577
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,12 @@ public function remove($path);
* @param $files
* Optionally specify a list of files to be extracted. Files are
* 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
* The called object.
*/
public function extract($path, Array $files = array());
public function extract($path, array $files = array());
/**
* Lists all files in the archive.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment