diff --git a/core/includes/archiver.inc b/core/includes/archiver.inc index 835d46f338d2fba6bd9ae3c55f85278cf8d5a3bd..3ce1173906b29625660830137e836f29c0c87bdd 100644 --- a/core/includes/archiver.inc +++ b/core/includes/archiver.inc @@ -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.