diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index 640fbe8452e69c2557d74fac66cec7ec93a90c15..19909a7b47e983c7cd3e128bc1f0928082cd5474 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 191f6d1291144b703af7f1b1bc3941306d44681a..11092191f8c2627bea04d1587946dd4272c671e6 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -1524,8 +1524,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 ad5b9ef30796eaf3e0275f2005132d70bcff0201..ad2955de79a3aea7dd0343450b1b41a0f5151c21 100644 --- a/core/lib/Drupal/Core/Test/TestDiscovery.php +++ b/core/lib/Drupal/Core/Test/TestDiscovery.php @@ -57,8 +57,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;