From a22d7770d49716224b3c0ff43bf210b202d797dd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 May 2011 15:51:01 -0400 Subject: - Patch #1024684 by linclark: omit & in @param statements (for consistency). --- modules/update/update.authorize.inc | 2 +- modules/update/update.manager.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/update') diff --git a/modules/update/update.authorize.inc b/modules/update/update.authorize.inc index f4be44ec9..c9b76dd30 100644 --- a/modules/update/update.authorize.inc +++ b/modules/update/update.authorize.inc @@ -101,7 +101,7 @@ function update_authorize_run_install($filetransfer, $project, $updater_name, $l * already been downloaded and extracted into. * @param FileTransfer $filetransfer * The FileTransfer object to use for performing this operation. - * @param array &$context + * @param array $context * Reference to an array used for BatchAPI storage. */ function update_authorize_batch_copy_project($project, $updater_name, $local_url, $filetransfer, &$context) { diff --git a/modules/update/update.manager.inc b/modules/update/update.manager.inc index b0def17f7..ad8aefdd8 100644 --- a/modules/update/update.manager.inc +++ b/modules/update/update.manager.inc @@ -855,7 +855,7 @@ function update_manager_file_get($url) { * The short name of the project to download. * @param string $url * The URL to download a specific project release archive file. - * @param array &$context + * @param array $context * Reference to an array used for BatchAPI storage. * * @see update_manager_download_page() -- cgit v1.2.3