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