summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
commita22d7770d49716224b3c0ff43bf210b202d797dd (patch)
treeb6debc41483c58c646a83eeec85db26bccd89ad8 /modules/update
parentc09288a94eb89cf1015a6b6b8b218a14d9b686f7 (diff)
downloadbrdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.gz
brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.bz2
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
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()