summaryrefslogtreecommitdiff
path: root/includes/archiver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/archiver.inc')
-rw-r--r--includes/archiver.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/archiver.inc b/includes/archiver.inc
index 835d46f33..3ce117390 100644
--- a/includes/archiver.inc
+++ b/includes/archiver.inc
@@ -51,12 +51,12 @@ interface ArchiverInterface {
* @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.