From 00581a73afab6dca26684a3c6e0a68a291c278af Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Tue, 31 Jan 2012 02:53:15 -0800 Subject: [PATCH] Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc. --- core/includes/archiver.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/includes/archiver.inc b/core/includes/archiver.inc index 835d46f338d2..3ce1173906b2 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. -- GitLab