From a6b5f9f45017e376336c5c7ec3626b902f25aa9e Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> 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 eab816f67007..e36fdc521c27 100644 --- a/core/lib/Drupal/Core/Action/Attribute/Action.php +++ b/core/lib/Drupal/Core/Action/Attribute/Action.php @@ -15,8 +15,6 @@ * @see \Drupal\Core\Action\ActionBase * @see \Drupal\Core\Action\Plugin\Action\UnpublishAction * @see plugin_api - * - * @Annotation */ #[\Attribute(\Attribute::TARGET_CLASS)] class Action extends Plugin { -- GitLab