diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php b/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php index 7d66887d863eeadc880e9b32d17b3bf6d170af98..b165eefd932078eccaa10050894f7a8427bf1e00 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();