summaryrefslogtreecommitdiff
path: root/includes/archiver.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-31 02:52:56 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-31 02:52:56 -0800
commitd0dc85e5556b47966fe7f541826be8962d3121a9 (patch)
tree3f7d3f99c5309ec91e8ef10a429d37224d3f2288 /includes/archiver.inc
parent4dafc577cc8de7fbd039a22f6f32e60b310368e2 (diff)
downloadbrdo-d0dc85e5556b47966fe7f541826be8962d3121a9.tar.gz
brdo-d0dc85e5556b47966fe7f541826be8962d3121a9.tar.bz2
Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc.
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.