Skip to content
Snippets Groups Projects
Commit d07bee71 authored by Brian Tofte-Schumacher's avatar Brian Tofte-Schumacher Committed by Lucas Hedding
Browse files

Issue #3107156 by briantschu, heddn: Update function signature for batchProcessImport

parent cd20fd5d
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,10 @@ class MigrateBatchExecutable extends BaseMigrateBatchExecutable {
* The migration id.
* @param array $options
* The batch executable options.
* @param array $context
* @param array|\DrushBatchContext $context
* The sandbox context.
*/
public static function batchProcessImport($migration_id, array $options, array &$context) {
public static function batchProcessImport($migration_id, array $options, &$context) {
if (empty($context['sandbox'])) {
$context['finished'] = 0;
$context['sandbox'] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment