diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index c7e713b6342d14565ff914754b5be5a83eea359a..00eadeb5ec4365c6e8bccf5e37d6cd84a73cb67b 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -89,8 +89,7 @@ * * @param $class_loader * The class loader. Normally Composer's ClassLoader, as included by the - * front controller, but may also be decorated; e.g., - * \Symfony\Component\ClassLoader\ApcClassLoader. + * front controller, but may also be decorated. * @param $settings * An optional array of installation settings. Leave this empty for a normal, * interactive, browser-based installation intended to occur over multiple @@ -288,8 +287,7 @@ function install_state_defaults() { * * @param $class_loader * The class loader. Normally Composer's ClassLoader, as included by the - * front controller, but may also be decorated; e.g., - * \Symfony\Component\ClassLoader\ApcClassLoader. + * front controller, but may also be decorated. * @param $install_state * An array of information about the current installation state. This is * modified with information gleaned from the beginning of the page request. diff --git a/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php b/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php index 52f7ca52e21dc9f0eed9c51ce0fae404beb7e24c..4717286a90634dea4452c2e0bae1a58699d7f229 100644 --- a/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php +++ b/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php @@ -15,8 +15,7 @@ class BootstrapConfigStorageFactory { * * @param $class_loader * The class loader. Normally Composer's ClassLoader, as included by the - * front controller, but may also be decorated; e.g., - * \Symfony\Component\ClassLoader\ApcClassLoader. + * front controller, but may also be decorated. * * @return \Drupal\Core\Config\StorageInterface * A configuration storage implementation. diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php index f7c5f359692b089a2086e104ac7e89b26a6e806d..b25b569655971d779e7a4b02b70e84c2f0945c40 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -1596,8 +1596,7 @@ protected function getModuleNamespacesPsr4($module_file_names) { * associated with this namespace. * @param object $class_loader * The class loader. Normally \Composer\Autoload\ClassLoader, as included by - * the front controller, but may also be decorated; e.g., - * \Symfony\Component\ClassLoader\ApcClassLoader. + * the front controller, but may also be decorated. */ protected function classLoaderAddMultiplePsr4(array $namespaces = [], $class_loader = NULL) { if ($class_loader === NULL) { diff --git a/core/lib/Drupal/Core/Test/TestDiscovery.php b/core/lib/Drupal/Core/Test/TestDiscovery.php index 3f30e24fe49b5793942773629caa812d87b3a31b..4bac3c90e56fcd8cf7f191c179727c4524f37525 100644 --- a/core/lib/Drupal/Core/Test/TestDiscovery.php +++ b/core/lib/Drupal/Core/Test/TestDiscovery.php @@ -58,8 +58,7 @@ class TestDiscovery { * The app root. * @param $class_loader * The class loader. Normally Composer's ClassLoader, as included by the - * front controller, but may also be decorated; e.g., - * \Symfony\Component\ClassLoader\ApcClassLoader. + * front controller, but may also be decorated. */ public function __construct($root, $class_loader) { $this->root = $root;