diff --git a/core/lib/Drupal/Core/Extension/ModuleInstaller.php b/core/lib/Drupal/Core/Extension/ModuleInstaller.php index 7d445f322f..2cf34bd22f 100644 --- a/core/lib/Drupal/Core/Extension/ModuleInstaller.php +++ b/core/lib/Drupal/Core/Extension/ModuleInstaller.php @@ -16,7 +16,7 @@ * installs the schema, updates the Drupal kernel and more. * * We don't inject dependencies yet, as we would need to reload them after - * each installation uninstallation of a module. + * each installation or uninstallation of a module. * https://www.drupal.org/project/drupal/issues/2350111 for example tries to * solve this dilemma. */ diff --git a/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php b/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php index 0ae94bb336..2ffac73531 100644 --- a/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php +++ b/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php @@ -28,7 +28,7 @@ public function setPathname($extension_name, $pathname) { // we have to keep the added filenames across those rebuilds. This is not a // final design, but rather just a workaround resolved at some point, // hopefully. - // @todo Remove as part of https://www.drupal.org/project/drupal/issues/2934063 + // @todo Remove as part of https://drupal.org/project/drupal/issues/2934063 static::$staticAddedPathNames[$extension_name] = $pathname; }