diff -u b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php --- b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php +++ b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php @@ -15,7 +15,8 @@ * Provides a base class for entity handlers. * * @deprecated in Drupal 8.x, will be removed before Drupal 9.0. - * @see \Drupal\core\lib\Drupal\Core\Entity\EntityHandlerInterface + * + * @see \Drupal\Core\Entity\EntityHandlerInterface */ abstract class EntityHandlerBase { use StringTranslationTrait;