Skip to content

Commit

Permalink
Issue #3074064 by TR: LoggerChannelFactoryInterface documentation ref…
Browse files Browse the repository at this point in the history
…erences non-existent class

(cherry picked from commit 6f7f8b05f0193d8f92952b8ab05ca82b9ae6dce0)
  • Loading branch information
xjm committed May 2, 2020
1 parent 1fb8549 commit 7327604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7327604

Please sign in to comment.