diff --git a/src/Display/DisplayPluginBase.php b/src/Display/DisplayPluginBase.php index 0699aa3..e704e90 100644 --- a/src/Display/DisplayPluginBase.php +++ b/src/Display/DisplayPluginBase.php @@ -36,7 +36,7 @@ /** * The current path service. * - * @var CurrentPathStack|null + * @var \Drupal\Core\Path\CurrentPathStack|null */ protected $currentPath; @@ -54,7 +54,7 @@ public static function create(ContainerInterface $container, array $configuratio /** * Retrieves the current path service. * - * @return CurrentPathStack + * @return \Drupal\Core\Path\CurrentPathStack * The current path service. */ public function getCurrentPath() {