Skip to content
Snippets Groups Projects

Issue #3227588: Remove duplicate calls to validation in updater now that caller should validate

Merged Issue #3227588: Remove duplicate calls to validation in updater now that caller should validate
Files
2
+ 0
9
@@ -90,15 +90,6 @@ class BatchProcessor {
}
}
/**
* Calls the updater's validateStaged() method.
*
* @see \Drupal\automatic_updates\Updater::validateStaged()
*/
public static function validateStaged() {
static::getUpdater()->validateStaged();
}
/**
* Finishes the batch job.
*
Loading