diff --git a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php index c325542..96a3c30 100644 --- a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php +++ b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php @@ -13,7 +13,8 @@ /** * Provides a base class for entity handlers. - * + + * @deprecated for 9.x. * @todo Deprecate this in https://www.drupal.org/node/2471663. */ abstract class EntityHandlerBase { diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php b/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php index 90dfadc..6443669 100644 --- a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php +++ b/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php @@ -40,10 +40,10 @@ class TimestampAgoFormatter extends FormatterBase implements ContainerFactoryPlu protected $dateFormatter; /** - * The current Request object. - * - * @var \Symfony\Component\HttpFoundation\Request - */ + * The current Request object. + * + * @var \Symfony\Component\HttpFoundation\Request + */ protected $request; /**