Issue #3260669: automatic_updates_9_3_shim should add update_hook_registry service
1 unresolved thread
Merge request reports
Activity
added 2 commits
34 33 /** 35 34 * Constructs an UpdateController object. 36 35 * 37 * @param \Drupal\Core\Update\UpdateHookRegistry $update_hook_registry 36 * @param object $update_hook_registry 38 37 * The update hook registry service. 39 38 * @param \Drupal\Core\Update\UpdateRegistry $post_update_registry 40 39 * The post-update registry service. 40 * 41 * @todo Give $update_hook_registry the \Drupal\Core\Update\UpdateHookRegistry 42 * type hint when 9.3 is the minimum supported version of core. 41 43 */ 42 public function __construct(UpdateHookRegistry $update_hook_registry, UpdateRegistry $post_update_registry) { 44 public function __construct(object $update_hook_registry, UpdateRegistry $post_update_registry) { changed this line in version 5 of the diff
- Resolved by Adam G-H
- Resolved by Adam G-H
added 8 commits
Toggle commit list
Please register or sign in to reply