Skip to content
Snippets Groups Projects
Commit 82bd0d63 authored by Jess's avatar Jess
Browse files

Issue #3074064 by TR: LoggerChannelFactoryInterface documentation references non-existent class

(cherry picked from commit 6f7f8b05)
parent f71bdfca
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ public function get($channel); ...@@ -25,7 +25,7 @@ public function get($channel);
* @param int $priority * @param int $priority
* The priority of the logger being added. * 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); public function addLogger(LoggerInterface $logger, $priority = 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment