diff --git a/core/lib/Drupal/Core/Config/ConfigInstaller.php b/core/lib/Drupal/Core/Config/ConfigInstaller.php index 831b974..f634afa 100644 --- a/core/lib/Drupal/Core/Config/ConfigInstaller.php +++ b/core/lib/Drupal/Core/Config/ConfigInstaller.php @@ -60,17 +60,17 @@ class ConfigInstaller implements ConfigInstallerInterface { /** * Constructs the configuration installer. * - * @param ConfigFactory $config_factory + * @param \Drupal\Core\Config\ConfigFactory $config_factory * The configuration factory. - * @param StorageInterface $active_storage + * @param \Drupal\Core\Config\StorageInterface $active_storage * The active configuration storage. - * @param TypedConfigManagerInterface $typed_config + * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_config * The typed configuration manager. - * @param EntityManagerInterface $entity_manager + * @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager * The entity manager. - * @param EventDispatcherInterface $event_dispatcher + * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher * The event dispatcher. - * @param UuidInterface $uuid_service + * @param \Drupal\Component\Uuid\UuidInterface $uuid_service * The UUID generation service. */ public function __construct(ConfigFactory $config_factory, StorageInterface $active_storage, TypedConfigManagerInterface $typed_config, EntityManagerInterface $entity_manager, EventDispatcherInterface $event_dispatcher, UuidInterface $uuid_service) {