From d0dc85e5556b47966fe7f541826be8962d3121a9 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 31 Jan 2012 02:52:56 -0800 Subject: Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc. --- includes/archiver.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/archiver.inc') 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. -- cgit v1.2.3