From 82bd0d6300a801e98fc968bfc273b943b0bc35ac Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Sat, 2 May 2020 16:14:08 -0500
Subject: [PATCH] Issue #3074064 by TR: LoggerChannelFactoryInterface
 documentation references non-existent class

(cherry picked from commit 6f7f8b05f0193d8f92952b8ab05ca82b9ae6dce0)
---
 core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php b/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
index a75678a02d3a..430abc57f1e8 100644
--- a/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
+++ b/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
@@ -25,7 +25,7 @@ public function get($channel);
    * @param int $priority
    *   The priority of the logger being added.
    *
-   * @see \Drupal\Core\DependencyInjection\Compiler\RegisterLoggersPass
+   * @see \Symfony\Component\HttpKernel\DependencyInjection\LoggerPass
    */
   public function addLogger(LoggerInterface $logger, $priority = 0);
 
-- 
GitLab