From f941bebbd66ea2d19d89d28656810e6a6f79cc0f Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Mon, 25 Aug 2014 21:28:08 -0700 Subject: [PATCH] Issue #2326867 by martin107: Logger: Remove namespace does not exist warning. --- core/lib/Drupal/Core/Logger/LoggerChannelFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php b/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php index 7d66887d863e..b165eefd9320 100644 --- a/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php +++ b/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php @@ -20,7 +20,7 @@ class LoggerChannelFactory implements LoggerChannelFactoryInterface, ContainerAw /** * Array of all instantiated logger channels keyed by channel name. * - * @var Drupal\Core\Logger\LoggerChannelInterface[] + * @var \Drupal\Core\Logger\LoggerChannelInterface[] */ protected $channels = array(); -- GitLab