diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php b/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php index 67d178ccb1ea25246f8784868b4e3cb5cb977019..a8125d025e03d7f8127cbbf96ee1c21d762192ae 100644 --- a/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php +++ b/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php @@ -23,10 +23,7 @@ interface LoggerChannelFactoryInterface { public function get($channel); /** - * Adds a logger. - * - * Here is were all services tagged as 'logger' are being retrieved and then - * passed to the channels after instantiation. + * Adds a logger to all the channels. * * @param \Psr\Log\LoggerInterface $logger * The PSR-3 logger to add.