Skip to content
Snippets Groups Projects

Issue #3255320: ReadinessCheckEvent should have CronUpdater instance if cron updates are enabled

Merged Issue #3255320: ReadinessCheckEvent should have CronUpdater instance if cron updates are enabled
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -265,8 +265,10 @@ class UpdaterForm extends FormBase {
* Gets readiness error validation results.
*
* @param string $update_version
* The version to update to.
*
* @return \Drupal\package_manager\ValidationResult[]
* The error validation results.
*/
private function getReadinessErrors(string $update_version) {
$event = new ReadinessCheckEvent($this->updater, ['drupal' => $update_version]);
Loading