Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b00f2733
Commit
b00f2733
authored
Jan 02, 2022
by
catch
Browse files
Issue
#3256581
by cburschka: PHPdoc in update.authorize.inc
(cherry picked from commit
1670eac7
)
parent
1b1d4571
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/update/update.authorize.inc
View file @
b00f2733
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment