summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.authorize.inc2
-rw-r--r--modules/update/update.manager.inc2
2 files changed, 2 insertions, 2 deletions
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()