diff --git a/core/lib/Drupal/Core/Config/ConfigManager.php b/core/lib/Drupal/Core/Config/ConfigManager.php index 9eddc87..d52e806 100644 --- a/core/lib/Drupal/Core/Config/ConfigManager.php +++ b/core/lib/Drupal/Core/Config/ConfigManager.php @@ -122,12 +122,7 @@ public function createSnapshot(StorageInterface $source_storage, StorageInterfac } /** - * Uninstalls the default configuration of a given extension. - * - * @param string $type - * The extension type; e.g., 'module' or 'theme'. - * @param string $name - * The name of the module or theme to install default configuration for. + * {@inheritdoc} */ public function uninstall($type, $name) { $config_names = $this->configFactory->listAll($name . '.');