ArgumentCountError for UpdateFetcher and UpdateProcessor services
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3491607. --> Reported by: [adinac](https://www.drupal.org/user/1398222) Related to !28 >>> <p>UpdateFetcher and UpdateProcessor services throw an ArgumentCountError with drupal 11.0.9:</p> <p>ArgumentCountError: Too few arguments to function Drupal\update\UpdateFetcher::__construct(), 3 passed in /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 and exactly 4 expected in Drupal\update\UpdateFetcher-&gt;__construct() (line 65 of /app/web/core/modules/update/src/UpdateFetcher.php)</p> <p>ArgumentCountError: Too few arguments to function Drupal\update\UpdateProcessor::__construct(), 7 passed in /app/web/modules/contrib/drd/src/UpdateProcessor.php on line 44 and exactly 8 expected in Drupal\update\UpdateProcessor-&gt;__construct() (line 107 of /app/web/core/modules/update/src/UpdateProcessor.php)</p>
issue