Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -35,6 +35,7 @@ final class ProjectBrowser implements ElementInterface, ContainerFactoryPluginIn
private readonly ?InstallReadiness $installReadiness,
private readonly ModuleHandlerInterface $moduleHandler,
private readonly ConfigFactoryInterface $configFactory,
private \Drupal\project_browser\InstallReadiness $installReadiness2,
) {}
/**
@@ -59,7 +60,7 @@ final class ProjectBrowser implements ElementInterface, ContainerFactoryPluginIn
$plugin_id,
$plugin_definition,
$container->get(EnabledSourceHandler::class),
$container->get(InstallReadiness::class, ContainerInterface::NULL_ON_INVALID_REFERENCE),
$this->installReadiness2,
$container->get(ModuleHandlerInterface::class),
$container->get(ConfigFactoryInterface::class),
);
Loading