From a6b5f9f45017e376336c5c7ec3626b902f25aa9e Mon Sep 17 00:00:00 2001 From: catch Date: Fri, 23 Feb 2024 17:21:32 +0000 Subject: [PATCH] Issue #3423120 by dineshkumarbollu, mohit_aghera: Remove `@Annotation` tag from Action attribute --- core/lib/Drupal/Core/Action/Attribute/Action.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Action/Attribute/Action.php b/core/lib/Drupal/Core/Action/Attribute/Action.php index eab816f6700..e36fdc521c2 100644 --- a/core/lib/Drupal/Core/Action/Attribute/Action.php +++ b/core/lib/Drupal/Core/Action/Attribute/Action.php @@ -15,8 +15,6 @@ use Drupal\Core\StringTranslation\TranslatableMarkup; * @see \Drupal\Core\Action\ActionBase * @see \Drupal\Core\Action\Plugin\Action\UnpublishAction * @see plugin_api - * - * @Annotation */ #[\Attribute(\Attribute::TARGET_CLASS)] class Action extends Plugin {