Skip to content

Commit 9a707db

Browse files
deviantintegralweitzman
authored andcommitted
Mark drush_backend_invoke_concurrent as deprecated (#3573)
* Mark drush_backend_invoke_concurrent as deprecated * Fix entry typo
1 parent ff678b3 commit 9a707db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/backend.inc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function drush_backend_set_result($value) {
108108
* command. Zero means "no error".
109109
* - log: The log item contains an array of log messages from
110110
* the command execution ordered chronologically. Each log
111-
* entery is an associative array. A log entry contains
111+
* entry is an associative array. A log entry contains
112112
* following items:
113113
* o type: The type of log entry, such as 'notice' or 'warning'
114114
* o message: The log message
@@ -621,7 +621,8 @@ function _drush_backend_adjust_options($site_record, $command, $command_options,
621621
/**
622622
* Execute a new local or remote command in a new process.
623623
*
624-
* n.b. Prefer drush_invoke_process() to this function.
624+
* @deprecated as of Drush 9.4.0 and will be removed in Drush 10. Instead, use
625+
* drush_invoke_process().
625626
*
626627
* @param invocations
627628
* An array of command records to execute. Each record should contain:

0 commit comments

Comments
 (0)