Skip to content
Snippets Groups Projects
Commit b00f2733 authored by catch's avatar catch
Browse files

Issue #3256581 by cburschka: PHPdoc in update.authorize.inc

(cherry picked from commit 1670eac7)
parent 1b1d4571
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function update_authorize_run_update($filetransfer, $projects) {
* Callback for system_authorized_init() in
* update_manager_install_form_submit().
*
* @param FileTransfer $filetransfer
* @param \Drupal\Core\FileTransfer\FileTransfer $filetransfer
* The FileTransfer object created by authorize.php for use during this
* operation.
* @param string $project
......@@ -123,7 +123,7 @@ function update_authorize_run_install($filetransfer, $project, $updater_name, $l
* @param string $local_url
* The URL to the locally installed temp directory where the project has
* already been downloaded and extracted into.
* @param FileTransfer $filetransfer
* @param \Drupal\Core\FileTransfer\FileTransfer $filetransfer
* The FileTransfer object to use for performing this operation.
* @param array $context
* Reference to an array used for Batch API storage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment