diff --git a/core/lib/Drupal/Core/Entity/Entity.php b/core/lib/Drupal/Core/Entity/Entity.php index e4c2922..d437484 100644 --- a/core/lib/Drupal/Core/Entity/Entity.php +++ b/core/lib/Drupal/Core/Entity/Entity.php @@ -399,7 +399,7 @@ public function getBCEntity() { } /** - * Implements Drupal\Core\Entity\EntityInterface::getNGEntity(). + * Implements \Drupal\Core\Entity\EntityInterface::getNGEntity(). */ public function getNGEntity() { return $this; diff --git a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php index bba4050..6ffe8e0 100644 --- a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php +++ b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php @@ -1146,7 +1146,7 @@ public function getBCEntity() { } /** - * Implements Drupal\Core\Entity\EntityInterface::getNGEntity(). + * Implements \Drupal\Core\Entity\EntityInterface::getNGEntity(). */ public function getNGEntity() { return $this->__call(__FUNCTION__, func_get_args());